#670A5E

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

Shades of Palatinate Purple #670A5E

Tints of Palatinate Purple #670A5E

Color information

#670A5E (or 0x670A5E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0A and 5E. RGB value is (103,10,94). Sum of RGB (Red+Green+Blue) = 103+10+94=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #670A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A5E is #98F5A1. Grayscale: #2F2F2F. Windows color (decimal): -10024354 or 6163047. OLE color: 6163047.

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

Color convert

RGB1031094-
CMYK00.900.090.60
HSL305.81º82.3%22.16%-
HSV(B)305.81º90.29%40.39%-
XYZ7.723.9110.94-
YUV47.38154.31167.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=49.76%
G=4.83%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103109400.900.090.60305.8182.322.16
Hex67A5E05A93C1325216
Octal147121360132117446212226
Binary110011110101011110010110101001111100100110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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