Html Css Color HEX #721A5A Palatinate Purple

📋 copy color: '#721A5A'

red 114 ◦ green 26 ◦ blue 90

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

Shades of Palatinate Purple #721A5A

Tints of Palatinate Purple #721A5A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 49.57%
G = 11.3%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#721A5A (or 0x721A5A) is known color: Palatinate Purple. HEX triplet: 72, 1A and 5A. RGB value is (114,26,90). Sum of RGB (Red+Green+Blue) = 114+26+90=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #721A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A5A is #8DE5A5. Grayscale: #3B3B3B. Windows color (decimal): -9299366 or 5905010. OLE color: 5905010.

HSL color Cylindrical-coordinate representation of color #721A5A: hue angle of 316.36º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A5A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 90 -
CMYK 0 0.77 0.21 0.55
HSL 316.36º 0.63% 0.27% -
HSV(B) 316.36º 0.77% 0.45% -
XYZ 9.15 5.05 10.17 -
YUV 59.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 114 26 90 0 0.77 0.21 0.55 316.36 0.63 0.27
Hex 72 1A 5A 0 4D 15 37 13C 3F 1B
Octal 162 32 132 0 115 25 67 474 77 33
Binary 1110010 11010 1011010 0 1001101 10101 110111 100111100 111111 11011

Color Harmonies of #721A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A5A

Black with #721A5A

Text Example


Text Example

White with #721A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A5A; }

 p { color: rgb(114,26,90); }

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

background-color css

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

 a { background-color: rgb(114,26,90); }

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

border-color css

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

 span { border-color: rgb(114,26,90); }

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