Html Css Color HEX #66295B Palatinate Purple

📋 copy color: '#66295B'

red 102 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #66295B

Tints of Palatinate Purple #66295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 43.59%
G = 17.52%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66295B (or 0x66295B) is known color: Palatinate Purple. HEX triplet: 66, 29 and 5B. RGB value is (102,41,91). Sum of RGB (Red+Green+Blue) = 102+41+91=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66295B is #99D6A4. Grayscale: #404040. Windows color (decimal): -10081957 or 5974374. OLE color: 5974374.

HSL color Cylindrical-coordinate representation of color #66295B: hue angle of 310.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66295B is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 41 91 -
CMYK 0 0.60 0.11 0.6
HSL 310.82º 0.43% 0.28% -
HSV(B) 310.82º 0.6% 0.4% -
XYZ 8.16 5.17 10.46 -
YUV 64.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 102 41 91 0 0.60 0.11 0.6 310.82 0.43 0.28
Hex 66 29 5B 0 3C B 3C 137 2B 1C
Octal 146 51 133 0 74 13 74 467 53 34
Binary 1100110 101001 1011011 0 111100 1011 111100 100110111 101011 11100

Color Harmonies of #66295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66295B

Black with #66295B

Text Example


Text Example

White with #66295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66295B; }

 p { color: rgb(102,41,91); }

 H1.HeaderClassName
 {
   color: #66295B;
 }
 .AnyTagClassName
 {
   color: #66295B;
 }
</style>

background-color css

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

 a { background-color: rgb(102,41,91); }

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

border-color css

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

 span { border-color: rgb(102,41,91); }

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