Html Css Color HEX #651363 Palatinate Purple

📋 copy color: '#651363'

red 101 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #651363

Tints of Palatinate Purple #651363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 46.12%
G = 8.68%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#651363 (or 0x651363) is known color: Palatinate Purple. HEX triplet: 65, 13 and 63. RGB value is (101,19,99). Sum of RGB (Red+Green+Blue) = 101+19+99=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #651363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651363 is #9AEC9C. Grayscale: #343434. Windows color (decimal): -10153117 or 6493029. OLE color: 6493029.

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

Color convert

RGB 101 19 99 -
CMYK 0 0.81 0.02 0.60
HSL 301.46º 0.68% 0.24% -
HSV(B) 301.46º 0.81% 0.4% -
XYZ 7.85 4.13 12.19 -
YUV 52.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 101 19 99 0 0.81 0.02 0.60 301.46 0.68 0.24
Hex 65 13 63 0 51 2 3C 12D 44 18
Octal 145 23 143 0 121 2 74 455 104 30
Binary 1100101 10011 1100011 0 1010001 10 111100 100101101 1000100 11000

Color Harmonies of #651363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651363

Black with #651363

Text Example


Text Example

White with #651363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651363; }

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

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

background-color css

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

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

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

border-color css

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

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

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