#67086C

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

Shades of Purple #67086C

Tints of Purple #67086C

Color information

#67086C (or 0x67086C) is unknown color: approx Purple. HEX triplet: 67, 08 and 6C. RGB value is (103,8,108). Sum of RGB (Red+Green+Blue) = 103+8+108=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #67086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67086C is #98F793. Grayscale: #2F2F2F. Windows color (decimal): -10024852 or 7080039. OLE color: 7080039.

HSL color Cylindrical-coordinate representation of color #67086C: hue angle of 297º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67086C is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1038108-
CMYK0.050.9300.58
HSL297º86.21%22.75%-
HSV(B)297º92.59%42.35%-
XYZ8.394.1414.54-
YUV47.8161.97167.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=47.03%
G=3.65%
B=49.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10381080.050.9300.5829786.2122.75
Hex6786C55D03A1295617
Octal14710154513507245112627
Binary11001111000110110010110111010111010100101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67086C; }

 p { color: rgb(103,8,108); }

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

<style>
 a { background-color: #67086C; }

 a { background-color: rgb(103,8,108); }

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

<style>
 span { border-color: #67086C; }

 span { border-color: rgb(103,8,108); }

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