#670C56

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

Shades of Palatinate Purple #670C56

Tints of Palatinate Purple #670C56

Color information

#670C56 (or 0x670C56) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0C and 56. RGB value is (103,12,86). Sum of RGB (Red+Green+Blue) = 103+12+86=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #670C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C56 is #98F3A9. Grayscale: #2F2F2F. Windows color (decimal): -10023850 or 5639271. OLE color: 5639271.

HSL color Cylindrical-coordinate representation of color #670C56: hue angle of 311.21º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C56 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1031286-
CMYK00.880.170.60
HSL311.21º79.13%22.55%-
HSV(B)311.21º88.35%40.39%-
XYZ7.43.829.15-
YUV47.64149.65167.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=51.24%
G=5.97%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103128600.880.170.60311.2179.1322.55
Hex67C56058113C1374f17
Octal147141260130217446711727
Binary1100111110010101100101100010001111100100110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670C56; }

 p { color: rgb(103,12,86); }

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

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

 a { background-color: rgb(103,12,86); }

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

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

 span { border-color: rgb(103,12,86); }

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