Html Css Color HEX #66255F Palatinate Purple

📋 copy color: '#66255F'

red 102 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #66255F

Tints of Palatinate Purple #66255F

RGB

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

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

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

R = 43.59%
G = 15.81%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66255F (or 0x66255F) is known color: Palatinate Purple. HEX triplet: 66, 25 and 5F. RGB value is (102,37,95). Sum of RGB (Red+Green+Blue) = 102+37+95=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66255F is #99DAA0. Grayscale: #3E3E3E. Windows color (decimal): -10082977 or 6235494. OLE color: 6235494.

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

Color convert

RGB 102 37 95 -
CMYK 0 0.64 0.07 0.6
HSL 306.46º 0.47% 0.27% -
HSV(B) 306.46º 0.64% 0.4% -
XYZ 8.21 4.97 11.35 -
YUV 63.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 102 37 95 0 0.64 0.07 0.6 306.46 0.47 0.27
Hex 66 25 5F 0 40 7 3C 132 2F 1B
Octal 146 45 137 0 100 7 74 462 57 33
Binary 1100110 100101 1011111 0 1000000 111 111100 100110010 101111 11011

Color Harmonies of #66255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66255F

Black with #66255F

Text Example


Text Example

White with #66255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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