Html Css Color HEX #651059 Palatinate Purple

📋 copy color: '#651059'

red 101 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #651059

Tints of Palatinate Purple #651059

RGB

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

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

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

R = 49.03%
G = 7.77%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#651059 (or 0x651059) is known color: Palatinate Purple. HEX triplet: 65, 10 and 59. RGB value is (101,16,89). Sum of RGB (Red+Green+Blue) = 101+16+89=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #651059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651059 is #9AEFA6. Grayscale: #313131. Windows color (decimal): -10153895 or 5836901. OLE color: 5836901.

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

Color convert

RGB 101 16 89 -
CMYK 0 0.84 0.12 0.60
HSL 308.47º 0.73% 0.23% -
HSV(B) 308.47º 0.84% 0.4% -
XYZ 7.36 3.86 9.81 -
YUV 49.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 101 16 89 0 0.84 0.12 0.60 308.47 0.73 0.23
Hex 65 10 59 0 54 C 3C 134 49 17
Octal 145 20 131 0 124 14 74 464 111 27
Binary 1100101 10000 1011001 0 1010100 1100 111100 100110100 1001001 10111

Color Harmonies of #651059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651059

Black with #651059

Text Example


Text Example

White with #651059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651059; }

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

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

background-color css

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

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

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

border-color css

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

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

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