Html Css Color HEX #651563 Palatinate Purple

📋 copy color: '#651563'

red 101 ◦ green 21 ◦ blue 99

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

Shades of Palatinate Purple #651563

Tints of Palatinate Purple #651563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 45.7%
G = 9.5%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#651563 (or 0x651563) is known color: Palatinate Purple. HEX triplet: 65, 15 and 63. RGB value is (101,21,99). Sum of RGB (Red+Green+Blue) = 101+21+99=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #651563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651563 is #9AEA9C. Grayscale: #353535. Windows color (decimal): -10152605 or 6493541. OLE color: 6493541.

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

Color convert

RGB 101 21 99 -
CMYK 0 0.79 0.02 0.60
HSL 301.5º 0.66% 0.24% -
HSV(B) 301.5º 0.79% 0.4% -
XYZ 7.89 4.2 12.2 -
YUV 53.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 101 21 99 0 0.79 0.02 0.60 301.5 0.66 0.24
Hex 65 15 63 0 4F 2 3C 12E 42 18
Octal 145 25 143 0 117 2 74 456 102 30
Binary 1100101 10101 1100011 0 1001111 10 111100 100101110 1000010 11000

Color Harmonies of #651563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651563

Black with #651563

Text Example


Text Example

White with #651563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651563; }

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

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

background-color css

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

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

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

border-color css

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

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

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