Html Css Color HEX #7D0F72 Dark Purple

📋 copy color: '#7D0F72'

red 125 ◦ green 15 ◦ blue 114

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

Shades of Dark Purple #7D0F72

Tints of Dark Purple #7D0F72

RGB

 RED value IS 125 (49.22% from 255) = 49.21%

 GREEN value IS 15 (6.25% from 255) = 5.91%

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

R = 49.21%
G = 5.91%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D0F72 (or 0x7D0F72) is known color: Dark Purple. HEX triplet: 7D, 0F and 72. RGB value is (125,15,114). Sum of RGB (Red+Green+Blue) = 125+15+114=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0F72 is #82F08D. Grayscale: #3A3A3A. Windows color (decimal): -8581262 or 7475069. OLE color: 7475069.

HSL color Cylindrical-coordinate representation of color #7D0F72: hue angle of 306º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D0F72 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 15 114 -
CMYK 0 0.88 0.09 0.51
HSL 306º 0.79% 0.27% -
HSV(B) 306º 0.88% 0.49% -
XYZ 11.67 5.92 16.45 -
YUV 59.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 125 15 114 0 0.88 0.09 0.51 306 0.79 0.27
Hex 7D F 72 0 58 9 33 132 4F 1B
Octal 175 17 162 0 130 11 63 462 117 33
Binary 1111101 1111 1110010 0 1011000 1001 110011 100110010 1001111 11011

Color Harmonies of #7D0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F72

Black with #7D0F72

Text Example


Text Example

White with #7D0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D0F72; }

 p { color: rgb(125,15,114); }

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

background-color css

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

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

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

border-color css

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

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

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