Html Css Color HEX #66425E Palatinate Purple

📋 copy color: '#66425E'

red 102 ◦ green 66 ◦ blue 94

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

Shades of Palatinate Purple #66425E

Tints of Palatinate Purple #66425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 38.93%
G = 25.19%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66425E (or 0x66425E) is known color: Palatinate Purple. HEX triplet: 66, 42 and 5E. RGB value is (102,66,94). Sum of RGB (Red+Green+Blue) = 102+66+94=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66425E is #99BDA1. Grayscale: #4F4F4F. Windows color (decimal): -10075554 or 6177382. OLE color: 6177382.

HSL color Cylindrical-coordinate representation of color #66425E: hue angle of 313.33º 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 #66425E is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 94 -
CMYK 0 0.35 0.08 0.6
HSL 313.33º 0.21% 0.33% -
HSV(B) 313.33º 0.35% 0.4% -
XYZ 9.45 7.53 11.55 -
YUV 79.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 102 66 94 0 0.35 0.08 0.6 313.33 0.21 0.33
Hex 66 42 5E 0 23 8 3C 139 15 21
Octal 146 102 136 0 43 10 74 471 25 41
Binary 1100110 1000010 1011110 0 100011 1000 111100 100111001 10101 100001

Color Harmonies of #66425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66425E

Black with #66425E

Text Example


Text Example

White with #66425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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