Html Css Color HEX #651155 Palatinate Purple

📋 copy color: '#651155'

red 101 ◦ green 17 ◦ blue 85

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

Shades of Palatinate Purple #651155

Tints of Palatinate Purple #651155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 49.75%
G = 8.37%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#651155 (or 0x651155) is known color: Palatinate Purple. HEX triplet: 65, 11 and 55. RGB value is (101,17,85). Sum of RGB (Red+Green+Blue) = 101+17+85=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #651155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651155 is #9AEEAA. Grayscale: #313131. Windows color (decimal): -10153643 or 5575013. OLE color: 5575013.

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

Color convert

RGB 101 17 85 -
CMYK 0 0.83 0.16 0.60
HSL 311.43º 0.71% 0.23% -
HSV(B) 311.43º 0.83% 0.4% -
XYZ 7.21 3.82 8.95 -
YUV 49.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 101 17 85 0 0.83 0.16 0.60 311.43 0.71 0.23
Hex 65 11 55 0 53 10 3C 137 47 17
Octal 145 21 125 0 123 20 74 467 107 27
Binary 1100101 10001 1010101 0 1010011 10000 111100 100110111 1000111 10111

Color Harmonies of #651155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651155

Black with #651155

Text Example


Text Example

White with #651155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651155; }

 p { color: rgb(101,17,85); }

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

background-color css

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

 a { background-color: rgb(101,17,85); }

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

border-color css

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

 span { border-color: rgb(101,17,85); }

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