Html Css Color HEX #7A0182 Purple

📋 copy color: '#7A0182'

red 122 ◦ green 1 ◦ blue 130

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

Shades of Purple #7A0182

Tints of Purple #7A0182

RGB

 RED value IS 122 (48.05% from 255) = 48.22%

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

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

R = 48.22%
G = 0.4%
B = 51.38%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A0182 (or 0x7A0182) is known color: Purple. HEX triplet: 7A, 01 and 82. RGB value is (122,1,130). Sum of RGB (Red+Green+Blue) = 122+1+130=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0182 is #85FE7D. Grayscale: #333333. Windows color (decimal): -8781438 or 8520058. OLE color: 8520058.

HSL color Cylindrical-coordinate representation of color #7A0182: hue angle of 296.28º 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 #7A0182 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 1 130 -
CMYK 0.06 0.99 0 0.49
HSL 296.28º 0.98% 0.26% -
HSV(B) 296.28º 0.99% 0.51% -
XYZ 12.07 5.77 21.6 -
YUV 51.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 122 1 130 0.06 0.99 0 0.49 296.28 0.98 0.26
Hex 7A 1 82 6 63 0 31 128 62 1A
Octal 172 1 202 6 143 0 61 450 142 32
Binary 1111010 1 10000010 110 1100011 0 110001 100101000 1100010 11010

Color Harmonies of #7A0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0182

Black with #7A0182

Text Example


Text Example

White with #7A0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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