Html Css Color HEX #721D5A Palatinate Purple

📋 copy color: '#721D5A'

red 114 ◦ green 29 ◦ blue 90

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

Shades of Palatinate Purple #721D5A

Tints of Palatinate Purple #721D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 48.93%
G = 12.45%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#721D5A (or 0x721D5A) is known color: Palatinate Purple. HEX triplet: 72, 1D and 5A. RGB value is (114,29,90). Sum of RGB (Red+Green+Blue) = 114+29+90=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #721D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D5A is #8DE2A5. Grayscale: #3D3D3D. Windows color (decimal): -9298598 or 5905778. OLE color: 5905778.

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

Color convert

RGB 114 29 90 -
CMYK 0 0.75 0.21 0.55
HSL 316.94º 0.59% 0.28% -
HSV(B) 316.94º 0.75% 0.45% -
XYZ 9.22 5.19 10.19 -
YUV 61.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 114 29 90 0 0.75 0.21 0.55 316.94 0.59 0.28
Hex 72 1D 5A 0 4B 15 37 13D 3B 1C
Octal 162 35 132 0 113 25 67 475 73 34
Binary 1110010 11101 1011010 0 1001011 10101 110111 100111101 111011 11100

Color Harmonies of #721D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D5A

Black with #721D5A

Text Example


Text Example

White with #721D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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