Html Css Color HEX #721875 Dark Purple

📋 copy color: '#721875'

red 114 ◦ green 24 ◦ blue 117

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

Shades of Dark Purple #721875

Tints of Dark Purple #721875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 44.71%
G = 9.41%
B = 45.88%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721875 (or 0x721875) is known color: Dark Purple. HEX triplet: 72, 18 and 75. RGB value is (114,24,117). Sum of RGB (Red+Green+Blue) = 114+24+117=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #721875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721875 is #8DE78A. Grayscale: #3D3D3D. Windows color (decimal): -9299851 or 7673970. OLE color: 7673970.

HSL color Cylindrical-coordinate representation of color #721875: hue angle of 298.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721875 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 24 117 -
CMYK 0.03 0.79 0 0.54
HSL 298.06º 0.66% 0.28% -
HSV(B) 298.06º 0.79% 0.46% -
XYZ 10.48 5.52 17.34 -
YUV 61.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 114 24 117 0.03 0.79 0 0.54 298.06 0.66 0.28
Hex 72 18 75 3 4F 0 36 12A 42 1C
Octal 162 30 165 3 117 0 66 452 102 34
Binary 1110010 11000 1110101 11 1001111 0 110110 100101010 1000010 11100

Color Harmonies of #721875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721875

Black with #721875

Text Example


Text Example

White with #721875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721875; }

 p { color: rgb(114,24,117); }

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

background-color css

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

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

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

border-color css

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

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

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