Html Css Color HEX #721658 Palatinate Purple

📋 copy color: '#721658'

red 114 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #721658

Tints of Palatinate Purple #721658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 50.89%
G = 9.82%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#721658 (or 0x721658) is known color: Palatinate Purple. HEX triplet: 72, 16 and 58. RGB value is (114,22,88). Sum of RGB (Red+Green+Blue) = 114+22+88=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #721658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721658 is #8DE9A7. Grayscale: #383838. Windows color (decimal): -9300392 or 5772914. OLE color: 5772914.

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

Color convert

RGB 114 22 88 -
CMYK 0 0.81 0.23 0.55
HSL 316.96º 0.68% 0.27% -
HSV(B) 316.96º 0.81% 0.45% -
XYZ 8.99 4.86 9.7 -
YUV 57.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 114 22 88 0 0.81 0.23 0.55 316.96 0.68 0.27
Hex 72 16 58 0 51 17 37 13D 44 1B
Octal 162 26 130 0 121 27 67 475 104 33
Binary 1110010 10110 1011000 0 1010001 10111 110111 100111101 1000100 11011

Color Harmonies of #721658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721658

Black with #721658

Text Example


Text Example

White with #721658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721658; }

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

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

background-color css

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

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

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

border-color css

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

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

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