Html Css Color HEX #66255D Palatinate Purple

📋 copy color: '#66255D'

red 102 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #66255D

Tints of Palatinate Purple #66255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 43.97%
G = 15.95%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66255D (or 0x66255D) is known color: Palatinate Purple. HEX triplet: 66, 25 and 5D. RGB value is (102,37,93). Sum of RGB (Red+Green+Blue) = 102+37+93=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66255D is #99DAA2. Grayscale: #3E3E3E. Windows color (decimal): -10082979 or 6104422. OLE color: 6104422.

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

Color convert

RGB 102 37 93 -
CMYK 0 0.64 0.09 0.6
HSL 308.31º 0.47% 0.27% -
HSV(B) 308.31º 0.64% 0.4% -
XYZ 8.12 4.94 10.88 -
YUV 62.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 102 37 93 0 0.64 0.09 0.6 308.31 0.47 0.27
Hex 66 25 5D 0 40 9 3C 134 2F 1B
Octal 146 45 135 0 100 11 74 464 57 33
Binary 1100110 100101 1011101 0 1000000 1001 111100 100110100 101111 11011

Color Harmonies of #66255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66255D

Black with #66255D

Text Example


Text Example

White with #66255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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