Html Css Color HEX #66285F Palatinate Purple

📋 copy color: '#66285F'

red 102 ◦ green 40 ◦ blue 95

#66285F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #66285F

Tints of Palatinate Purple #66285F

RGB

 RED value IS 102 (40.23% from 255) = 43.04%

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 43.04%
G = 16.88%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66285F (or 0x66285F) is known color: Palatinate Purple. HEX triplet: 66, 28 and 5F. RGB value is (102,40,95). Sum of RGB (Red+Green+Blue) = 102+40+95=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #66285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66285F is #99D7A0. Grayscale: #404040. Windows color (decimal): -10082209 or 6236262. OLE color: 6236262.

HSL color Cylindrical-coordinate representation of color #66285F: hue angle of 306.77º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66285F is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 40 95 -
CMYK 0 0.61 0.07 0.6
HSL 306.77º 0.44% 0.28% -
HSV(B) 306.77º 0.61% 0.4% -
XYZ 8.3 5.17 11.39 -
YUV 64.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 102 40 95 0 0.61 0.07 0.6 306.77 0.44 0.28
Hex 66 28 5F 0 3D 7 3C 133 2C 1C
Octal 146 50 137 0 75 7 74 463 54 34
Binary 1100110 101000 1011111 0 111101 111 111100 100110011 101100 11100

Color Harmonies of #66285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66285F

Black with #66285F

Text Example


Text Example

White with #66285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66285F; }

 p { color: rgb(102,40,95); }

 H1.HeaderClassName
 {
   color: #66285F;
 }
 .AnyTagClassName
 {
   color: #66285F;
 }
</style>

background-color css

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

 a { background-color: rgb(102,40,95); }

 div.DivClassName
 {
   background-color: #66285F;
 }
 .BgClassName
 {
   background-color: #66285F;
 }
</style>

border-color css

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

 span { border-color: rgb(102,40,95); }

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