#671869

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

Shades of Palatinate Purple #671869

Tints of Palatinate Purple #671869

Color information

#671869 (or 0x671869) is unknown color: approx Palatinate Purple. HEX triplet: 67, 18 and 69. RGB value is (103,24,105). Sum of RGB (Red+Green+Blue) = 103+24+105=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #671869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671869 is #98E796. Grayscale: #383838. Windows color (decimal): -10020759 or 6887527. OLE color: 6887527.

HSL color Cylindrical-coordinate representation of color #671869: hue angle of 298.52º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671869 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10324105-
CMYK0.020.7700.59
HSL298.52º62.79%25.29%-
HSV(B)298.52º77.14%41.18%-
XYZ8.474.5613.8-
YUV56.86155.17160.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=44.40%
G=10.34%
B=45.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103241050.020.7700.59298.5262.7925.29
Hex67186924D03B12b3f19
Octal1473015121150734537731
Binary1100111110001101001101001101011101110010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671869; }

 p { color: rgb(103,24,105); }

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

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

 a { background-color: rgb(103,24,105); }

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

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

 span { border-color: rgb(103,24,105); }

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