Html Css Color HEX #721A74 Dark Purple

📋 copy color: '#721A74'

red 114 ◦ green 26 ◦ blue 116

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

Shades of Dark Purple #721A74

Tints of Dark Purple #721A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 44.53%
G = 10.16%
B = 45.31%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721A74 (or 0x721A74) is known color: Dark Purple. HEX triplet: 72, 1A and 74. RGB value is (114,26,116). Sum of RGB (Red+Green+Blue) = 114+26+116=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #721A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A74 is #8DE58B. Grayscale: #3E3E3E. Windows color (decimal): -9299340 or 7608946. OLE color: 7608946.

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

Color convert

RGB 114 26 116 -
CMYK 0.02 0.78 0 0.55
HSL 298.67º 0.63% 0.28% -
HSV(B) 298.67º 0.78% 0.45% -
XYZ 10.46 5.58 17.05 -
YUV 62.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 114 26 116 0.02 0.78 0 0.55 298.67 0.63 0.28
Hex 72 1A 74 2 4E 0 37 12B 3F 1C
Octal 162 32 164 2 116 0 67 453 77 34
Binary 1110010 11010 1110100 10 1001110 0 110111 100101011 111111 11100

Color Harmonies of #721A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A74

Black with #721A74

Text Example


Text Example

White with #721A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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