Html Css Color HEX #722061 Palatinate Purple

📋 copy color: '#722061'

red 114 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #722061

Tints of Palatinate Purple #722061

RGB

 RED value IS 114 (44.92% from 255) = 46.91%

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 46.91%
G = 13.17%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#722061 (or 0x722061) is known color: Palatinate Purple. HEX triplet: 72, 20 and 61. RGB value is (114,32,97). Sum of RGB (Red+Green+Blue) = 114+32+97=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #722061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722061 is #8DDF9E. Grayscale: #3F3F3F. Windows color (decimal): -9297823 or 6365298. OLE color: 6365298.

HSL color Cylindrical-coordinate representation of color #722061: hue angle of 312.44º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722061 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 97 -
CMYK 0 0.72 0.15 0.55
HSL 312.44º 0.56% 0.29% -
HSV(B) 312.44º 0.72% 0.45% -
XYZ 9.61 5.47 11.86 -
YUV 63.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 114 32 97 0 0.72 0.15 0.55 312.44 0.56 0.29
Hex 72 20 61 0 48 F 37 138 38 1D
Octal 162 40 141 0 110 17 67 470 70 35
Binary 1110010 100000 1100001 0 1001000 1111 110111 100111000 111000 11101

Color Harmonies of #722061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722061

Black with #722061

Text Example


Text Example

White with #722061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722061; }

 p { color: rgb(114,32,97); }

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

background-color css

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

 a { background-color: rgb(114,32,97); }

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

border-color css

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

 span { border-color: rgb(114,32,97); }

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