Html Css Color HEX #721B5D Palatinate Purple

📋 copy color: '#721B5D'

red 114 ◦ green 27 ◦ blue 93

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

Shades of Palatinate Purple #721B5D

Tints of Palatinate Purple #721B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 48.72%
G = 11.54%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#721B5D (or 0x721B5D) is known color: Palatinate Purple. HEX triplet: 72, 1B and 5D. RGB value is (114,27,93). Sum of RGB (Red+Green+Blue) = 114+27+93=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B5D is #8DE4A2. Grayscale: #3C3C3C. Windows color (decimal): -9299107 or 6101874. OLE color: 6101874.

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

Color convert

RGB 114 27 93 -
CMYK 0 0.76 0.18 0.55
HSL 314.48º 0.62% 0.28% -
HSV(B) 314.48º 0.76% 0.45% -
XYZ 9.31 5.15 10.86 -
YUV 60.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 114 27 93 0 0.76 0.18 0.55 314.48 0.62 0.28
Hex 72 1B 5D 0 4C 12 37 13A 3E 1C
Octal 162 33 135 0 114 22 67 472 76 34
Binary 1110010 11011 1011101 0 1001100 10010 110111 100111010 111110 11100

Color Harmonies of #721B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B5D

Black with #721B5D

Text Example


Text Example

White with #721B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,27,93); }

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

background-color css

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

 a { background-color: rgb(114,27,93); }

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

border-color css

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

 span { border-color: rgb(114,27,93); }

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