Html Css Color HEX #651551 Palatinate Purple

📋 copy color: '#651551'

red 101 ◦ green 21 ◦ blue 81

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

Shades of Palatinate Purple #651551

Tints of Palatinate Purple #651551

RGB

 RED value IS 101 (39.84% from 255) = 49.75%

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 49.75%
G = 10.34%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#651551 (or 0x651551) is known color: Palatinate Purple. HEX triplet: 65, 15 and 51. RGB value is (101,21,81). Sum of RGB (Red+Green+Blue) = 101+21+81=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #651551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651551 is #9AEAAE. Grayscale: #333333. Windows color (decimal): -10152623 or 5313893. OLE color: 5313893.

HSL color Cylindrical-coordinate representation of color #651551: hue angle of 315º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651551 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 21 81 -
CMYK 0 0.79 0.20 0.60
HSL 315º 0.66% 0.24% -
HSV(B) 315º 0.79% 0.4% -
XYZ 7.12 3.9 8.16 -
YUV 51.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 101 21 81 0 0.79 0.20 0.60 315 0.66 0.24
Hex 65 15 51 0 4F 14 3C 13B 42 18
Octal 145 25 121 0 117 24 74 473 102 30
Binary 1100101 10101 1010001 0 1001111 10100 111100 100111011 1000010 11000

Color Harmonies of #651551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651551

Black with #651551

Text Example


Text Example

White with #651551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651551; }

 p { color: rgb(101,21,81); }

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

background-color css

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

 a { background-color: rgb(101,21,81); }

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

border-color css

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

 span { border-color: rgb(101,21,81); }

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