Html Css Color HEX #7D0B70 Purple

📋 copy color: '#7D0B70'

red 125 ◦ green 11 ◦ blue 112

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

Shades of Purple #7D0B70

Tints of Purple #7D0B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 50.4%
G = 4.44%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D0B70 (or 0x7D0B70) is known color: Purple. HEX triplet: 7D, 0B and 70. RGB value is (125,11,112). Sum of RGB (Red+Green+Blue) = 125+11+112=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B70 is #82F48F. Grayscale: #383838. Windows color (decimal): -8582288 or 7342973. OLE color: 7342973.

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

Color convert

RGB 125 11 112 -
CMYK 0 0.91 0.10 0.51
HSL 306.84º 0.84% 0.27% -
HSV(B) 306.84º 0.91% 0.49% -
XYZ 11.5 5.77 15.84 -
YUV 56.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 125 11 112 0 0.91 0.10 0.51 306.84 0.84 0.27
Hex 7D B 70 0 5B A 33 133 54 1B
Octal 175 13 160 0 133 12 63 463 124 33
Binary 1111101 1011 1110000 0 1011011 1010 110011 100110011 1010100 11011

Color Harmonies of #7D0B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0B70

Black with #7D0B70

Text Example


Text Example

White with #7D0B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,11,112); }

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

background-color css

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

 a { background-color: rgb(125,11,112); }

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

border-color css

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

 span { border-color: rgb(125,11,112); }

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