Html Css Color HEX #66425F Palatinate Purple

📋 copy color: '#66425F'

red 102 ◦ green 66 ◦ blue 95

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

Shades of Palatinate Purple #66425F

Tints of Palatinate Purple #66425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 38.78%
G = 25.1%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66425F (or 0x66425F) is known color: Palatinate Purple. HEX triplet: 66, 42 and 5F. RGB value is (102,66,95). Sum of RGB (Red+Green+Blue) = 102+66+95=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66425F is #99BDA0. Grayscale: #4F4F4F. Windows color (decimal): -10075553 or 6242918. OLE color: 6242918.

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

Color convert

RGB 102 66 95 -
CMYK 0 0.35 0.07 0.6
HSL 311.67º 0.21% 0.33% -
HSV(B) 311.67º 0.35% 0.4% -
XYZ 9.49 7.55 11.78 -
YUV 80.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 102 66 95 0 0.35 0.07 0.6 311.67 0.21 0.33
Hex 66 42 5F 0 23 7 3C 138 15 21
Octal 146 102 137 0 43 7 74 470 25 41
Binary 1100110 1000010 1011111 0 100011 111 111100 100111000 10101 100001

Color Harmonies of #66425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66425F

Black with #66425F

Text Example


Text Example

White with #66425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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