Html Css Color HEX #721D5E Palatinate Purple

📋 copy color: '#721D5E'

red 114 ◦ green 29 ◦ blue 94

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

Shades of Palatinate Purple #721D5E

Tints of Palatinate Purple #721D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 48.1%
G = 12.24%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#721D5E (or 0x721D5E) is known color: Palatinate Purple. HEX triplet: 72, 1D and 5E. RGB value is (114,29,94). Sum of RGB (Red+Green+Blue) = 114+29+94=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D5E is #8DE2A1. Grayscale: #3D3D3D. Windows color (decimal): -9298594 or 6167922. OLE color: 6167922.

HSL color Cylindrical-coordinate representation of color #721D5E: hue angle of 314.12º 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 #721D5E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 94 -
CMYK 0 0.75 0.18 0.55
HSL 314.12º 0.59% 0.28% -
HSV(B) 314.12º 0.75% 0.45% -
XYZ 9.4 5.26 11.11 -
YUV 61.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 114 29 94 0 0.75 0.18 0.55 314.12 0.59 0.28
Hex 72 1D 5E 0 4B 12 37 13A 3B 1C
Octal 162 35 136 0 113 22 67 472 73 34
Binary 1110010 11101 1011110 0 1001011 10010 110111 100111010 111011 11100

Color Harmonies of #721D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D5E

Black with #721D5E

Text Example


Text Example

White with #721D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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