Html Css Color HEX #651859 Palatinate Purple

📋 copy color: '#651859'

red 101 ◦ green 24 ◦ blue 89

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

Shades of Palatinate Purple #651859

Tints of Palatinate Purple #651859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 47.2%
G = 11.21%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#651859 (or 0x651859) is known color: Palatinate Purple. HEX triplet: 65, 18 and 59. RGB value is (101,24,89). Sum of RGB (Red+Green+Blue) = 101+24+89=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #651859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651859 is #9AE7A6. Grayscale: #363636. Windows color (decimal): -10151847 or 5838949. OLE color: 5838949.

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

Color convert

RGB 101 24 89 -
CMYK 0 0.76 0.12 0.60
HSL 309.35º 0.62% 0.25% -
HSV(B) 309.35º 0.76% 0.4% -
XYZ 7.5 4.14 9.86 -
YUV 54.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 101 24 89 0 0.76 0.12 0.60 309.35 0.62 0.25
Hex 65 18 59 0 4C C 3C 135 3E 19
Octal 145 30 131 0 114 14 74 465 76 31
Binary 1100101 11000 1011001 0 1001100 1100 111100 100110101 111110 11001

Color Harmonies of #651859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651859

Black with #651859

Text Example


Text Example

White with #651859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651859; }

 p { color: rgb(101,24,89); }

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

background-color css

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

 a { background-color: rgb(101,24,89); }

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

border-color css

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

 span { border-color: rgb(101,24,89); }

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