Html Css Color HEX #651960 Palatinate Purple

📋 copy color: '#651960'

red 101 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #651960

Tints of Palatinate Purple #651960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 45.5%
G = 11.26%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#651960 (or 0x651960) is known color: Palatinate Purple. HEX triplet: 65, 19 and 60. RGB value is (101,25,96). Sum of RGB (Red+Green+Blue) = 101+25+96=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #651960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651960 is #9AE69F. Grayscale: #373737. Windows color (decimal): -10151584 or 6297957. OLE color: 6297957.

HSL color Cylindrical-coordinate representation of color #651960: hue angle of 303.95º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651960 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 96 -
CMYK 0 0.75 0.05 0.60
HSL 303.95º 0.6% 0.25% -
HSV(B) 303.95º 0.75% 0.4% -
XYZ 7.83 4.31 11.49 -
YUV 55.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 101 25 96 0 0.75 0.05 0.60 303.95 0.6 0.25
Hex 65 19 60 0 4B 5 3C 130 3C 19
Octal 145 31 140 0 113 5 74 460 74 31
Binary 1100101 11001 1100000 0 1001011 101 111100 100110000 111100 11001

Color Harmonies of #651960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651960

Black with #651960

Text Example


Text Example

White with #651960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651960; }

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

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

background-color css

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

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

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

border-color css

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

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

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