Html Css Color HEX #651360 Palatinate Purple

📋 copy color: '#651360'

red 101 ◦ green 19 ◦ blue 96

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

Shades of Palatinate Purple #651360

Tints of Palatinate Purple #651360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 46.76%
G = 8.8%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#651360 (or 0x651360) is known color: Palatinate Purple. HEX triplet: 65, 13 and 60. RGB value is (101,19,96). Sum of RGB (Red+Green+Blue) = 101+19+96=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #651360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651360 is #9AEC9F. Grayscale: #343434. Windows color (decimal): -10153120 or 6296421. OLE color: 6296421.

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

Color convert

RGB 101 19 96 -
CMYK 0 0.81 0.05 0.60
HSL 303.66º 0.68% 0.24% -
HSV(B) 303.66º 0.81% 0.4% -
XYZ 7.71 4.08 11.45 -
YUV 52.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 101 19 96 0 0.81 0.05 0.60 303.66 0.68 0.24
Hex 65 13 60 0 51 5 3C 130 44 18
Octal 145 23 140 0 121 5 74 460 104 30
Binary 1100101 10011 1100000 0 1010001 101 111100 100110000 1000100 11000

Color Harmonies of #651360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651360

Black with #651360

Text Example


Text Example

White with #651360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651360; }

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

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

background-color css

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

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

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

border-color css

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

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

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