Html Css Color HEX #651261 Palatinate Purple

📋 copy color: '#651261'

red 101 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #651261

Tints of Palatinate Purple #651261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 46.76%
G = 8.33%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#651261 (or 0x651261) is known color: Palatinate Purple. HEX triplet: 65, 12 and 61. RGB value is (101,18,97). Sum of RGB (Red+Green+Blue) = 101+18+97=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #651261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651261 is #9AED9E. Grayscale: #333333. Windows color (decimal): -10153375 or 6361701. OLE color: 6361701.

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

Color convert

RGB 101 18 97 -
CMYK 0 0.82 0.04 0.60
HSL 302.89º 0.7% 0.23% -
HSV(B) 302.89º 0.82% 0.4% -
XYZ 7.74 4.06 11.69 -
YUV 51.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 101 18 97 0 0.82 0.04 0.60 302.89 0.7 0.23
Hex 65 12 61 0 52 4 3C 12F 46 17
Octal 145 22 141 0 122 4 74 457 106 27
Binary 1100101 10010 1100001 0 1010010 100 111100 100101111 1000110 10111

Color Harmonies of #651261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651261

Black with #651261

Text Example


Text Example

White with #651261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651261; }

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

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

background-color css

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

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

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

border-color css

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

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

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