Html Css Color HEX #651251 Palatinate Purple

📋 copy color: '#651251'

red 101 ◦ green 18 ◦ blue 81

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

Shades of Palatinate Purple #651251

Tints of Palatinate Purple #651251

RGB

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

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

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

R = 50.5%
G = 9%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#651251 (or 0x651251) is known color: Palatinate Purple. HEX triplet: 65, 12 and 51. RGB value is (101,18,81). Sum of RGB (Red+Green+Blue) = 101+18+81=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #651251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651251 is #9AEDAE. Grayscale: #313131. Windows color (decimal): -10153391 or 5313125. OLE color: 5313125.

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

Color convert

RGB 101 18 81 -
CMYK 0 0.82 0.20 0.60
HSL 314.46º 0.7% 0.23% -
HSV(B) 314.46º 0.82% 0.4% -
XYZ 7.07 3.79 8.14 -
YUV 50 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 101 18 81 0 0.82 0.20 0.60 314.46 0.7 0.23
Hex 65 12 51 0 52 14 3C 13A 46 17
Octal 145 22 121 0 122 24 74 472 106 27
Binary 1100101 10010 1010001 0 1010010 10100 111100 100111010 1000110 10111

Color Harmonies of #651251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651251

Black with #651251

Text Example


Text Example

White with #651251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651251; }

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

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

background-color css

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

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

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

border-color css

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

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

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