#670A58

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

Shades of Palatinate Purple #670A58

Tints of Palatinate Purple #670A58

Color information

#670A58 (or 0x670A58) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0A and 58. RGB value is (103,10,88). Sum of RGB (Red+Green+Blue) = 103+10+88=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #670A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A58 is #98F5A7. Grayscale: #2E2E2E. Windows color (decimal): -10024360 or 5769831. OLE color: 5769831.

HSL color Cylindrical-coordinate representation of color #670A58: hue angle of 309.68º 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 #670A58 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1031088-
CMYK00.900.150.60
HSL309.68º82.3%22.16%-
HSV(B)309.68º90.29%40.39%-
XYZ7.463.819.57-
YUV46.7151.31168.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=51.24%
G=4.98%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103108800.900.150.60309.6882.322.16
Hex67A5805AF3C1365216
Octal147121300132177446612226
Binary110011110101011000010110101111111100100110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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