Html Css Color HEX #66175D Palatinate Purple

📋 copy color: '#66175D'

red 102 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #66175D

Tints of Palatinate Purple #66175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 46.79%
G = 10.55%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66175D (or 0x66175D) is known color: Palatinate Purple. HEX triplet: 66, 17 and 5D. RGB value is (102,23,93). Sum of RGB (Red+Green+Blue) = 102+23+93=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66175D is #99E8A2. Grayscale: #363636. Windows color (decimal): -10086563 or 6100838. OLE color: 6100838.

HSL color Cylindrical-coordinate representation of color #66175D: hue angle of 306.84º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66175D is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 93 -
CMYK 0 0.77 0.09 0.6
HSL 306.84º 0.63% 0.25% -
HSV(B) 306.84º 0.77% 0.4% -
XYZ 7.76 4.23 10.76 -
YUV 54.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 102 23 93 0 0.77 0.09 0.6 306.84 0.63 0.25
Hex 66 17 5D 0 4D 9 3C 133 3F 19
Octal 146 27 135 0 115 11 74 463 77 31
Binary 1100110 10111 1011101 0 1001101 1001 111100 100110011 111111 11001

Color Harmonies of #66175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66175D

Black with #66175D

Text Example


Text Example

White with #66175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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