Html Css Color HEX #722561 Palatinate Purple

📋 copy color: '#722561'

red 114 ◦ green 37 ◦ blue 97

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

Shades of Palatinate Purple #722561

Tints of Palatinate Purple #722561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

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

R = 45.97%
G = 14.92%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#722561 (or 0x722561) is known color: Palatinate Purple. HEX triplet: 72, 25 and 61. RGB value is (114,37,97). Sum of RGB (Red+Green+Blue) = 114+37+97=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722561 is #8DDA9E. Grayscale: #424242. Windows color (decimal): -9296543 or 6366578. OLE color: 6366578.

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

Color convert

RGB 114 37 97 -
CMYK 0 0.68 0.15 0.55
HSL 313.25º 0.51% 0.3% -
HSV(B) 313.25º 0.68% 0.45% -
XYZ 9.76 5.76 11.91 -
YUV 66.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 114 37 97 0 0.68 0.15 0.55 313.25 0.51 0.3
Hex 72 25 61 0 44 F 37 139 33 1E
Octal 162 45 141 0 104 17 67 471 63 36
Binary 1110010 100101 1100001 0 1000100 1111 110111 100111001 110011 11110

Color Harmonies of #722561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722561

Black with #722561

Text Example


Text Example

White with #722561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722561; }

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

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

background-color css

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

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

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

border-color css

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

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

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