Html Css Color HEX #721362 Palatinate Purple

📋 copy color: '#721362'

red 114 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #721362

Tints of Palatinate Purple #721362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 49.35%
G = 8.23%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#721362 (or 0x721362) is known color: Palatinate Purple. HEX triplet: 72, 13 and 62. RGB value is (114,19,98). Sum of RGB (Red+Green+Blue) = 114+19+98=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721362 is #8DEC9D. Grayscale: #383838. Windows color (decimal): -9301150 or 6427506. OLE color: 6427506.

HSL color Cylindrical-coordinate representation of color #721362: hue angle of 310.11º 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 #721362 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 98 -
CMYK 0 0.83 0.14 0.55
HSL 310.11º 0.71% 0.26% -
HSV(B) 310.11º 0.83% 0.45% -
XYZ 9.38 4.92 12.01 -
YUV 56.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 114 19 98 0 0.83 0.14 0.55 310.11 0.71 0.26
Hex 72 13 62 0 53 E 37 136 47 1A
Octal 162 23 142 0 123 16 67 466 107 32
Binary 1110010 10011 1100010 0 1010011 1110 110111 100110110 1000111 11010

Color Harmonies of #721362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721362

Black with #721362

Text Example


Text Example

White with #721362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721362; }

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

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

background-color css

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

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

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

border-color css

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

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

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