#67077B

Color #67077B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #67077B

Tints of Purple #67077B

Color information

#67077B (or 0x67077B) is unknown color: approx Purple. HEX triplet: 67, 07 and 7B. RGB value is (103,7,123). Sum of RGB (Red+Green+Blue) = 103+7+123=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #67077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67077B is #98F884. Grayscale: #303030. Windows color (decimal): -10025093 or 8062823. OLE color: 8062823.

HSL color Cylindrical-coordinate representation of color #67077B: hue angle of 289.66º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67077B is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1037123-
CMYK0.160.9400.52
HSL289.66º89.23%25.49%-
HSV(B)289.66º94.31%48.24%-
XYZ9.244.4719.11-
YUV48.93169.8166.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=44.21%
G=3.00%
B=52.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10371230.160.9400.52289.6689.2325.49
Hex6777B105E0341225919
Octal14771732013606444213131
Binary110011111111110111000010111100110100100100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67077B; }

 p { color: rgb(103,7,123); }

 H1.HeaderClassName
 {
   color: #67077B;
 }
 .AnyTagClassName
 {
   color: #67077B;
 }
</style>
background-color css

<style>
 a { background-color: #67077B; }

 a { background-color: rgb(103,7,123); }

 div.DivClassName
 {
   background-color: #67077B;
 }
 .BgClassName
 {
   background-color: #67077B;
 }
</style>
border-color css

<style>
 span { border-color: #67077B; }

 span { border-color: rgb(103,7,123); }

 td.TdClassName
 {
   border-color: #67077B;
 }
 .TagClassName
 {
   border-color: #67077B;
 }
</style>