Html Css Color HEX #7D007A Purple

📋 copy color: '#7D007A'

red 125 ◦ green 0 ◦ blue 122

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

Shades of Purple #7D007A

Tints of Purple #7D007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.61%
G = 0%
B = 49.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D007A (or 0x7D007A) is known color: Purple. HEX triplet: 7D, 00 and 7A. RGB value is (125,0,122). Sum of RGB (Red+Green+Blue) = 125+0+122=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D007A is #82FF85. Grayscale: #323232. Windows color (decimal): -8585094 or 7995517. OLE color: 7995517.

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

Color convert

RGB 125 0 122 -
CMYK 0 1 0.02 0.51
HSL 301.44º 1% 0.25% -
HSV(B) 301.44º 1% 0.49% -
XYZ 11.97 5.77 18.89 -
YUV 51.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 125 0 122 0 1 0.02 0.51 301.44 1 0.25
Hex 7D 0 7A 0 64 2 33 12D 64 19
Octal 175 0 172 0 144 2 63 455 144 31
Binary 1111101 0 1111010 0 1100100 10 110011 100101101 1100100 11001

Color Harmonies of #7D007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D007A

Black with #7D007A

Text Example


Text Example

White with #7D007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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