Html Css Color HEX #66335F Palatinate Purple

📋 copy color: '#66335F'

red 102 ◦ green 51 ◦ blue 95

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

Shades of Palatinate Purple #66335F

Tints of Palatinate Purple #66335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 41.13%
G = 20.56%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66335F (or 0x66335F) is known color: Palatinate Purple. HEX triplet: 66, 33 and 5F. RGB value is (102,51,95). Sum of RGB (Red+Green+Blue) = 102+51+95=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335F is #99CCA0. Grayscale: #474747. Windows color (decimal): -10079393 or 6239078. OLE color: 6239078.

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

Color convert

RGB 102 51 95 -
CMYK 0 0.5 0.07 0.6
HSL 308.24º 0.33% 0.3% -
HSV(B) 308.24º 0.5% 0.4% -
XYZ 8.73 6.02 11.53 -
YUV 71.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 102 51 95 0 0.5 0.07 0.6 308.24 0.33 0.3
Hex 66 33 5F 0 32 7 3C 134 21 1E
Octal 146 63 137 0 62 7 74 464 41 36
Binary 1100110 110011 1011111 0 110010 111 111100 100110100 100001 11110

Color Harmonies of #66335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66335F

Black with #66335F

Text Example


Text Example

White with #66335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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