Html Css Color HEX #721B72 Dark Purple

📋 copy color: '#721B72'

red 114 ◦ green 27 ◦ blue 114

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

Shades of Dark Purple #721B72

Tints of Dark Purple #721B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 44.71%
G = 10.59%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721B72 (or 0x721B72) is known color: Dark Purple. HEX triplet: 72, 1B and 72. RGB value is (114,27,114). Sum of RGB (Red+Green+Blue) = 114+27+114=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B72 is #8DE48D. Grayscale: #3E3E3E. Windows color (decimal): -9299086 or 7478130. OLE color: 7478130.

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

Color convert

RGB 114 27 114 -
CMYK 0 0.76 0 0.55
HSL 300º 0.62% 0.28% -
HSV(B) 300º 0.76% 0.45% -
XYZ 10.37 5.58 16.45 -
YUV 62.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 114 27 114 0 0.76 0 0.55 300 0.62 0.28
Hex 72 1B 72 0 4C 0 37 12C 3E 1C
Octal 162 33 162 0 114 0 67 454 76 34
Binary 1110010 11011 1110010 0 1001100 0 110111 100101100 111110 11100

Color Harmonies of #721B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B72

Black with #721B72

Text Example


Text Example

White with #721B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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