Html Css Color HEX #651061 Palatinate Purple

📋 copy color: '#651061'

red 101 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #651061

Tints of Palatinate Purple #651061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 47.2%
G = 7.48%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#651061 (or 0x651061) is known color: Palatinate Purple. HEX triplet: 65, 10 and 61. RGB value is (101,16,97). Sum of RGB (Red+Green+Blue) = 101+16+97=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #651061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651061 is #9AEF9E. Grayscale: #323232. Windows color (decimal): -10153887 or 6361189. OLE color: 6361189.

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

Color convert

RGB 101 16 97 -
CMYK 0 0.84 0.04 0.60
HSL 302.82º 0.73% 0.23% -
HSV(B) 302.82º 0.84% 0.4% -
XYZ 7.71 4 11.68 -
YUV 50.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 101 16 97 0 0.84 0.04 0.60 302.82 0.73 0.23
Hex 65 10 61 0 54 4 3C 12F 49 17
Octal 145 20 141 0 124 4 74 457 111 27
Binary 1100101 10000 1100001 0 1010100 100 111100 100101111 1001001 10111

Color Harmonies of #651061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651061

Black with #651061

Text Example


Text Example

White with #651061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651061; }

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

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

background-color css

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

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

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

border-color css

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

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

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