Html Css Color HEX #661253 Palatinate Purple

📋 copy color: '#661253'

red 102 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #661253

Tints of Palatinate Purple #661253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 50.25%
G = 8.87%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#661253 (or 0x661253) is known color: Palatinate Purple. HEX triplet: 66, 12 and 53. RGB value is (102,18,83). Sum of RGB (Red+Green+Blue) = 102+18+83=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #661253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661253 is #99EDAC. Grayscale: #323232. Windows color (decimal): -10087853 or 5444198. OLE color: 5444198.

HSL color Cylindrical-coordinate representation of color #661253: hue angle of 313.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661253 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 83 -
CMYK 0 0.82 0.19 0.6
HSL 313.57º 0.7% 0.24% -
HSV(B) 313.57º 0.82% 0.4% -
XYZ 7.26 3.88 8.55 -
YUV 50.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 102 18 83 0 0.82 0.19 0.6 313.57 0.7 0.24
Hex 66 12 53 0 52 13 3C 13A 46 18
Octal 146 22 123 0 122 23 74 472 106 30
Binary 1100110 10010 1010011 0 1010010 10011 111100 100111010 1000110 11000

Color Harmonies of #661253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661253

Black with #661253

Text Example


Text Example

White with #661253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661253; }

 p { color: rgb(102,18,83); }

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

background-color css

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

 a { background-color: rgb(102,18,83); }

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

border-color css

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

 span { border-color: rgb(102,18,83); }

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