Html Css Color HEX #722357 Palatinate Purple

📋 copy color: '#722357'

red 114 ◦ green 35 ◦ blue 87

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

Shades of Palatinate Purple #722357

Tints of Palatinate Purple #722357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 87 (34.38% from 255) = 36.86%

R = 48.31%
G = 14.83%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#722357 (or 0x722357) is known color: Palatinate Purple. HEX triplet: 72, 23 and 57. RGB value is (114,35,87). Sum of RGB (Red+Green+Blue) = 114+35+87=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #722357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722357 is #8DDCA8. Grayscale: #404040. Windows color (decimal): -9297065 or 5710706. OLE color: 5710706.

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

Color convert

RGB 114 35 87 -
CMYK 0 0.69 0.24 0.55
HSL 320.51º 0.53% 0.29% -
HSV(B) 320.51º 0.69% 0.45% -
XYZ 9.26 5.47 9.58 -
YUV 64.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 114 35 87 0 0.69 0.24 0.55 320.51 0.53 0.29
Hex 72 23 57 0 45 18 37 141 35 1D
Octal 162 43 127 0 105 30 67 501 65 35
Binary 1110010 100011 1010111 0 1000101 11000 110111 101000001 110101 11101

Color Harmonies of #722357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722357

Black with #722357

Text Example


Text Example

White with #722357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722357; }

 p { color: rgb(114,35,87); }

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

background-color css

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

 a { background-color: rgb(114,35,87); }

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

border-color css

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

 span { border-color: rgb(114,35,87); }

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