Html Css Color HEX #651655 Palatinate Purple

📋 copy color: '#651655'

red 101 ◦ green 22 ◦ blue 85

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

Shades of Palatinate Purple #651655

Tints of Palatinate Purple #651655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 48.56%
G = 10.58%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#651655 (or 0x651655) is known color: Palatinate Purple. HEX triplet: 65, 16 and 55. RGB value is (101,22,85). Sum of RGB (Red+Green+Blue) = 101+22+85=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #651655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651655 is #9AE9AA. Grayscale: #343434. Windows color (decimal): -10152363 or 5576293. OLE color: 5576293.

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

Color convert

RGB 101 22 85 -
CMYK 0 0.78 0.16 0.60
HSL 312.15º 0.64% 0.24% -
HSV(B) 312.15º 0.78% 0.4% -
XYZ 7.29 4 8.98 -
YUV 52.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 101 22 85 0 0.78 0.16 0.60 312.15 0.64 0.24
Hex 65 16 55 0 4E 10 3C 138 40 18
Octal 145 26 125 0 116 20 74 470 100 30
Binary 1100101 10110 1010101 0 1001110 10000 111100 100111000 1000000 11000

Color Harmonies of #651655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651655

Black with #651655

Text Example


Text Example

White with #651655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651655; }

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

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

background-color css

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

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

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

border-color css

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

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

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