Html Css Color HEX #721457 Palatinate Purple

📋 copy color: '#721457'

red 114 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #721457

Tints of Palatinate Purple #721457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 51.58%
G = 9.05%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#721457 (or 0x721457) is known color: Palatinate Purple. HEX triplet: 72, 14 and 57. RGB value is (114,20,87). Sum of RGB (Red+Green+Blue) = 114+20+87=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721457 is #8DEBA8. Grayscale: #373737. Windows color (decimal): -9300905 or 5706866. OLE color: 5706866.

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

Color convert

RGB 114 20 87 -
CMYK 0 0.82 0.24 0.55
HSL 317.23º 0.7% 0.26% -
HSV(B) 317.23º 0.82% 0.45% -
XYZ 8.91 4.77 9.47 -
YUV 55.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 114 20 87 0 0.82 0.24 0.55 317.23 0.7 0.26
Hex 72 14 57 0 52 18 37 13D 46 1A
Octal 162 24 127 0 122 30 67 475 106 32
Binary 1110010 10100 1010111 0 1010010 11000 110111 100111101 1000110 11010

Color Harmonies of #721457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721457

Black with #721457

Text Example


Text Example

White with #721457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721457; }

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

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

background-color css

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

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

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

border-color css

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

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

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