Html Css Color HEX #66375B Palatinate Purple

📋 copy color: '#66375B'

red 102 ◦ green 55 ◦ blue 91

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

Shades of Palatinate Purple #66375B

Tints of Palatinate Purple #66375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 41.13%
G = 22.18%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66375B (or 0x66375B) is known color: Palatinate Purple. HEX triplet: 66, 37 and 5B. RGB value is (102,55,91). Sum of RGB (Red+Green+Blue) = 102+55+91=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66375B is #99C8A4. Grayscale: #494949. Windows color (decimal): -10078373 or 5977958. OLE color: 5977958.

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

Color convert

RGB 102 55 91 -
CMYK 0 0.46 0.11 0.6
HSL 314.04º 0.3% 0.31% -
HSV(B) 314.04º 0.46% 0.4% -
XYZ 8.73 6.31 10.66 -
YUV 73.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 102 55 91 0 0.46 0.11 0.6 314.04 0.3 0.31
Hex 66 37 5B 0 2E B 3C 13A 1E 1F
Octal 146 67 133 0 56 13 74 472 36 37
Binary 1100110 110111 1011011 0 101110 1011 111100 100111010 11110 11111

Color Harmonies of #66375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66375B

Black with #66375B

Text Example


Text Example

White with #66375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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