#662567

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

Shades of Palatinate Purple #662567

Tints of Palatinate Purple #662567

Color information

#662567 (or 0x662567) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 67. RGB value is (102,37,103). Sum of RGB (Red+Green+Blue) = 102+37+103=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #662567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662567 is #99DA98. Grayscale: #3F3F3F. Windows color (decimal): -10082969 or 6759782. OLE color: 6759782.

HSL color Cylindrical-coordinate representation of color #662567: hue angle of 299.09º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662567 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10237103-
CMYK0.010.6400.60
HSL299.09º47.14%27.45%-
HSV(B)299.09º64.08%40.39%-
XYZ8.595.1313.37-
YUV63.96150.03155.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=42.15%
G=15.29%
B=42.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102371030.010.6400.60299.0947.1427.45
Hex66256714003C12b2f1b
Octal1464514711000744535733
Binary1100110100101110011111000000011110010010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662567; }

 p { color: rgb(102,37,103); }

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

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

 a { background-color: rgb(102,37,103); }

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

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

 span { border-color: rgb(102,37,103); }

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