Html Css Color HEX #721358 Palatinate Purple

📋 copy color: '#721358'

red 114 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #721358

Tints of Palatinate Purple #721358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 51.58%
G = 8.6%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#721358 (or 0x721358) is known color: Palatinate Purple. HEX triplet: 72, 13 and 58. RGB value is (114,19,88). Sum of RGB (Red+Green+Blue) = 114+19+88=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721358 is #8DECA7. Grayscale: #373737. Windows color (decimal): -9301160 or 5772146. OLE color: 5772146.

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

Color convert

RGB 114 19 88 -
CMYK 0 0.83 0.23 0.55
HSL 316.42º 0.71% 0.26% -
HSV(B) 316.42º 0.83% 0.45% -
XYZ 8.93 4.75 9.68 -
YUV 55.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 114 19 88 0 0.83 0.23 0.55 316.42 0.71 0.26
Hex 72 13 58 0 53 17 37 13C 47 1A
Octal 162 23 130 0 123 27 67 474 107 32
Binary 1110010 10011 1011000 0 1010011 10111 110111 100111100 1000111 11010

Color Harmonies of #721358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721358

Black with #721358

Text Example


Text Example

White with #721358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721358; }

 p { color: rgb(114,19,88); }

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

background-color css

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

 a { background-color: rgb(114,19,88); }

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

border-color css

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

 span { border-color: rgb(114,19,88); }

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