Html Css Color HEX #7D0182 Purple

📋 copy color: '#7D0182'

red 125 ◦ green 1 ◦ blue 130

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

Shades of Purple #7D0182

Tints of Purple #7D0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 48.83%
G = 0.39%
B = 50.78%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D0182 (or 0x7D0182) is known color: Purple. HEX triplet: 7D, 01 and 82. RGB value is (125,1,130). Sum of RGB (Red+Green+Blue) = 125+1+130=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D0182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0182 is #82FE7D. Grayscale: #343434. Windows color (decimal): -8584830 or 8520061. OLE color: 8520061.

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

Color convert

RGB 125 1 130 -
CMYK 0.04 0.99 0 0.49
HSL 297.67º 0.98% 0.26% -
HSV(B) 297.67º 0.99% 0.51% -
XYZ 12.5 5.99 21.62 -
YUV 52.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 125 1 130 0.04 0.99 0 0.49 297.67 0.98 0.26
Hex 7D 1 82 4 63 0 31 12A 62 1A
Octal 175 1 202 4 143 0 61 452 142 32
Binary 1111101 1 10000010 100 1100011 0 110001 100101010 1100010 11010

Color Harmonies of #7D0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0182

Black with #7D0182

Text Example


Text Example

White with #7D0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,130); }

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

background-color css

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

 a { background-color: rgb(125,1,130); }

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

border-color css

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

 span { border-color: rgb(125,1,130); }

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