Html Css Color HEX #721058 Palatinate Purple

📋 copy color: '#721058'

red 114 ◦ green 16 ◦ blue 88

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

Shades of Palatinate Purple #721058

Tints of Palatinate Purple #721058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 52.29%
G = 7.34%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#721058 (or 0x721058) is known color: Palatinate Purple. HEX triplet: 72, 10 and 58. RGB value is (114,16,88). Sum of RGB (Red+Green+Blue) = 114+16+88=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721058 is #8DEFA7. Grayscale: #353535. Windows color (decimal): -9301928 or 5771378. OLE color: 5771378.

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

Color convert

RGB 114 16 88 -
CMYK 0 0.86 0.23 0.55
HSL 315.92º 0.75% 0.25% -
HSV(B) 315.92º 0.86% 0.45% -
XYZ 8.89 4.65 9.66 -
YUV 53.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 114 16 88 0 0.86 0.23 0.55 315.92 0.75 0.25
Hex 72 10 58 0 56 17 37 13C 4B 19
Octal 162 20 130 0 126 27 67 474 113 31
Binary 1110010 10000 1011000 0 1010110 10111 110111 100111100 1001011 11001

Color Harmonies of #721058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721058

Black with #721058

Text Example


Text Example

White with #721058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721058; }

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

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

background-color css

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

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

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

border-color css

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

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

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