Html Css Color HEX #66235F Palatinate Purple

📋 copy color: '#66235F'

red 102 ◦ green 35 ◦ blue 95

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

Shades of Palatinate Purple #66235F

Tints of Palatinate Purple #66235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 43.97%
G = 15.09%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66235F (or 0x66235F) is known color: Palatinate Purple. HEX triplet: 66, 23 and 5F. RGB value is (102,35,95). Sum of RGB (Red+Green+Blue) = 102+35+95=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66235F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66235F is #99DCA0. Grayscale: #3D3D3D. Windows color (decimal): -10083489 or 6234982. OLE color: 6234982.

HSL color Cylindrical-coordinate representation of color #66235F: hue angle of 306.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66235F is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 95 -
CMYK 0 0.66 0.07 0.6
HSL 306.27º 0.49% 0.27% -
HSV(B) 306.27º 0.66% 0.4% -
XYZ 8.15 4.85 11.33 -
YUV 61.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 102 35 95 0 0.66 0.07 0.6 306.27 0.49 0.27
Hex 66 23 5F 0 42 7 3C 132 31 1B
Octal 146 43 137 0 102 7 74 462 61 33
Binary 1100110 100011 1011111 0 1000010 111 111100 100110010 110001 11011

Color Harmonies of #66235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66235F

Black with #66235F

Text Example


Text Example

White with #66235F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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