#670858

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

Shades of Palatinate Purple #670858

Tints of Palatinate Purple #670858

Color information

#670858 (or 0x670858) is unknown color: approx Palatinate Purple. HEX triplet: 67, 08 and 58. RGB value is (103,8,88). Sum of RGB (Red+Green+Blue) = 103+8+88=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #670858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670858 is #98F7A7. Grayscale: #2D2D2D. Windows color (decimal): -10024872 or 5769319. OLE color: 5769319.

HSL color Cylindrical-coordinate representation of color #670858: hue angle of 309.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670858 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB103888-
CMYK00.920.150.60
HSL309.47º85.59%21.76%-
HSV(B)309.47º92.23%40.39%-
XYZ7.443.769.57-
YUV45.52151.97169-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=51.76%
G=4.02%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10388800.920.150.60309.4785.5921.76
Hex6785805CF3C1355616
Octal147101300134177446512626
Binary110011110001011000010111001111111100100110101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670858; }

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

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

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

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

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

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

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

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