Html Css Color HEX #7D0A70 Purple

📋 copy color: '#7D0A70'

red 125 ◦ green 10 ◦ blue 112

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

Shades of Purple #7D0A70

Tints of Purple #7D0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 50.61%
G = 4.05%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D0A70 (or 0x7D0A70) is known color: Purple. HEX triplet: 7D, 0A and 70. RGB value is (125,10,112). Sum of RGB (Red+Green+Blue) = 125+10+112=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0A70 is #82F58F. Grayscale: #373737. Windows color (decimal): -8582544 or 7342717. OLE color: 7342717.

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

Color convert

RGB 125 10 112 -
CMYK 0 0.92 0.10 0.51
HSL 306.78º 0.85% 0.26% -
HSV(B) 306.78º 0.92% 0.49% -
XYZ 11.49 5.75 15.83 -
YUV 56.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 125 10 112 0 0.92 0.10 0.51 306.78 0.85 0.26
Hex 7D A 70 0 5C A 33 133 55 1A
Octal 175 12 160 0 134 12 63 463 125 32
Binary 1111101 1010 1110000 0 1011100 1010 110011 100110011 1010101 11010

Color Harmonies of #7D0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0A70

Black with #7D0A70

Text Example


Text Example

White with #7D0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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