Html Css Color HEX #7D117A Purple

📋 copy color: '#7D117A'

red 125 ◦ green 17 ◦ blue 122

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

Shades of Purple #7D117A

Tints of Purple #7D117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 122 (48.05% from 255) = 46.21%

R = 47.35%
G = 6.44%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D117A (or 0x7D117A) is known color: Purple. HEX triplet: 7D, 11 and 7A. RGB value is (125,17,122). Sum of RGB (Red+Green+Blue) = 125+17+122=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D117A is #82EE85. Grayscale: #3C3C3C. Windows color (decimal): -8580742 or 7999869. OLE color: 7999869.

HSL color Cylindrical-coordinate representation of color #7D117A: hue angle of 301.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D117A is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 122 -
CMYK 0 0.86 0.02 0.51
HSL 301.67º 0.76% 0.28% -
HSV(B) 301.67º 0.86% 0.49% -
XYZ 12.17 6.17 18.96 -
YUV 61.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 125 17 122 0 0.86 0.02 0.51 301.67 0.76 0.28
Hex 7D 11 7A 0 56 2 33 12E 4C 1C
Octal 175 21 172 0 126 2 63 456 114 34
Binary 1111101 10001 1111010 0 1010110 10 110011 100101110 1001100 11100

Color Harmonies of #7D117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D117A

Black with #7D117A

Text Example


Text Example

White with #7D117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,17,122); }

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

background-color css

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

 a { background-color: rgb(125,17,122); }

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

border-color css

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

 span { border-color: rgb(125,17,122); }

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