Html Css Color HEX #66146D Palatinate Purple

📋 copy color: '#66146D'

red 102 ◦ green 20 ◦ blue 109

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

Shades of Palatinate Purple #66146D

Tints of Palatinate Purple #66146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 44.16%
G = 8.66%
B = 47.19%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66146D (or 0x66146D) is known color: Palatinate Purple. HEX triplet: 66, 14 and 6D. RGB value is (102,20,109). Sum of RGB (Red+Green+Blue) = 102+20+109=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #66146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66146D is #99EB92. Grayscale: #363636. Windows color (decimal): -10087315 or 7148646. OLE color: 7148646.

HSL color Cylindrical-coordinate representation of color #66146D: hue angle of 295.28º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66146D is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 20 109 -
CMYK 0.06 0.82 0 0.57
HSL 295.28º 0.69% 0.25% -
HSV(B) 295.28º 0.82% 0.43% -
XYZ 8.49 4.43 14.88 -
YUV 54.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 102 20 109 0.06 0.82 0 0.57 295.28 0.69 0.25
Hex 66 14 6D 6 52 0 39 127 45 19
Octal 146 24 155 6 122 0 71 447 105 31
Binary 1100110 10100 1101101 110 1010010 0 111001 100100111 1000101 11001

Color Harmonies of #66146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66146D

Black with #66146D

Text Example


Text Example

White with #66146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,20,109); }

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

background-color css

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

 a { background-color: rgb(102,20,109); }

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

border-color css

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

 span { border-color: rgb(102,20,109); }

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