Html Css Color HEX #66255C Palatinate Purple

📋 copy color: '#66255C'

red 102 ◦ green 37 ◦ blue 92

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

Shades of Palatinate Purple #66255C

Tints of Palatinate Purple #66255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 44.16%
G = 16.02%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66255C (or 0x66255C) is known color: Palatinate Purple. HEX triplet: 66, 25 and 5C. RGB value is (102,37,92). Sum of RGB (Red+Green+Blue) = 102+37+92=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66255C is #99DAA3. Grayscale: #3E3E3E. Windows color (decimal): -10082980 or 6038886. OLE color: 6038886.

HSL color Cylindrical-coordinate representation of color #66255C: hue angle of 309.23º 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 #66255C is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 92 -
CMYK 0 0.64 0.10 0.6
HSL 309.23º 0.47% 0.27% -
HSV(B) 309.23º 0.64% 0.4% -
XYZ 8.07 4.92 10.65 -
YUV 62.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 102 37 92 0 0.64 0.10 0.6 309.23 0.47 0.27
Hex 66 25 5C 0 40 A 3C 135 2F 1B
Octal 146 45 134 0 100 12 74 465 57 33
Binary 1100110 100101 1011100 0 1000000 1010 111100 100110101 101111 11011

Color Harmonies of #66255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66255C

Black with #66255C

Text Example


Text Example

White with #66255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66255C; }

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

 H1.HeaderClassName
 {
   color: #66255C;
 }
 .AnyTagClassName
 {
   color: #66255C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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