#670A5C

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

Shades of Palatinate Purple #670A5C

Tints of Palatinate Purple #670A5C

Color information

#670A5C (or 0x670A5C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0A and 5C. RGB value is (103,10,92). Sum of RGB (Red+Green+Blue) = 103+10+92=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #670A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A5C is #98F5A3. Grayscale: #2E2E2E. Windows color (decimal): -10024356 or 6031975. OLE color: 6031975.

HSL color Cylindrical-coordinate representation of color #670A5C: hue angle of 307.1º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A5C is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1031092-
CMYK00.900.110.60
HSL307.1º82.3%22.16%-
HSV(B)307.1º90.29%40.39%-
XYZ7.633.8710.47-
YUV47.15153.31167.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.24%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=50.24%
G=4.88%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103109200.900.110.60307.182.322.16
Hex67A5C05AB3C1335216
Octal147121340132137446312226
Binary110011110101011100010110101011111100100110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,10,92); }

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

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

 a { background-color: rgb(103,10,92); }

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

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

 span { border-color: rgb(103,10,92); }

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