Html Css Color HEX #661251 Palatinate Purple

📋 copy color: '#661251'

red 102 ◦ green 18 ◦ blue 81

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

Shades of Palatinate Purple #661251

Tints of Palatinate Purple #661251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 50.75%
G = 8.96%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#661251 (or 0x661251) is known color: Palatinate Purple. HEX triplet: 66, 12 and 51. RGB value is (102,18,81). Sum of RGB (Red+Green+Blue) = 102+18+81=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #661251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661251 is #99EDAE. Grayscale: #323232. Windows color (decimal): -10087855 or 5313126. OLE color: 5313126.

HSL color Cylindrical-coordinate representation of color #661251: hue angle of 315º 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 #661251 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 81 -
CMYK 0 0.82 0.21 0.6
HSL 315º 0.7% 0.24% -
HSV(B) 315º 0.82% 0.4% -
XYZ 7.18 3.85 8.15 -
YUV 50.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 102 18 81 0 0.82 0.21 0.6 315 0.7 0.24
Hex 66 12 51 0 52 15 3C 13B 46 18
Octal 146 22 121 0 122 25 74 473 106 30
Binary 1100110 10010 1010001 0 1010010 10101 111100 100111011 1000110 11000

Color Harmonies of #661251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661251

Black with #661251

Text Example


Text Example

White with #661251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661251; }

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

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

background-color css

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

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

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

border-color css

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

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

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