Html Css Color HEX #651060 Palatinate Purple

📋 copy color: '#651060'

red 101 ◦ green 16 ◦ blue 96

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

Shades of Palatinate Purple #651060

Tints of Palatinate Purple #651060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 47.42%
G = 7.51%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#651060 (or 0x651060) is known color: Palatinate Purple. HEX triplet: 65, 10 and 60. RGB value is (101,16,96). Sum of RGB (Red+Green+Blue) = 101+16+96=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #651060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651060 is #9AEF9F. Grayscale: #323232. Windows color (decimal): -10153888 or 6295653. OLE color: 6295653.

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

Color convert

RGB 101 16 96 -
CMYK 0 0.84 0.05 0.60
HSL 303.53º 0.73% 0.23% -
HSV(B) 303.53º 0.84% 0.4% -
XYZ 7.66 3.98 11.43 -
YUV 50.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 101 16 96 0 0.84 0.05 0.60 303.53 0.73 0.23
Hex 65 10 60 0 54 5 3C 130 49 17
Octal 145 20 140 0 124 5 74 460 111 27
Binary 1100101 10000 1100000 0 1010100 101 111100 100110000 1001001 10111

Color Harmonies of #651060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651060

Black with #651060

Text Example


Text Example

White with #651060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651060; }

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

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

background-color css

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

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

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

border-color css

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

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

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