Html Css Color HEX #721974 Dark Purple

📋 copy color: '#721974'

red 114 ◦ green 25 ◦ blue 116

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

Shades of Dark Purple #721974

Tints of Dark Purple #721974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 44.71%
G = 9.8%
B = 45.49%

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

#721974 (or 0x721974) is known color: Dark Purple. HEX triplet: 72, 19 and 74. RGB value is (114,25,116). Sum of RGB (Red+Green+Blue) = 114+25+116=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #721974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721974 is #8DE68B. Grayscale: #3D3D3D. Windows color (decimal): -9299596 or 7608690. OLE color: 7608690.

HSL color Cylindrical-coordinate representation of color #721974: hue angle of 298.68º degrees, saturation: 0.65, 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 #721974 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 116 -
CMYK 0.02 0.78 0 0.55
HSL 298.68º 0.65% 0.28% -
HSV(B) 298.68º 0.78% 0.45% -
XYZ 10.44 5.53 17.04 -
YUV 61.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 114 25 116 0.02 0.78 0 0.55 298.68 0.65 0.28
Hex 72 19 74 2 4E 0 37 12B 41 1C
Octal 162 31 164 2 116 0 67 453 101 34
Binary 1110010 11001 1110100 10 1001110 0 110111 100101011 1000001 11100

Color Harmonies of #721974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721974

Black with #721974

Text Example


Text Example

White with #721974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721974; }

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

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

background-color css

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

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

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

border-color css

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

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

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