Html Css Color HEX #7A0F82 Purple

📋 copy color: '#7A0F82'

red 122 ◦ green 15 ◦ blue 130

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

Shades of Purple #7A0F82

Tints of Purple #7A0F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 45.69%
G = 5.62%
B = 48.69%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A0F82 (or 0x7A0F82) is known color: Purple. HEX triplet: 7A, 0F and 82. RGB value is (122,15,130). Sum of RGB (Red+Green+Blue) = 122+15+130=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0F82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0F82 is #85F07D. Grayscale: #3B3B3B. Windows color (decimal): -8777854 or 8523642. OLE color: 8523642.

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

Color convert

RGB 122 15 130 -
CMYK 0.06 0.88 0 0.49
HSL 295.83º 0.79% 0.28% -
HSV(B) 295.83º 0.88% 0.51% -
XYZ 12.23 6.09 21.65 -
YUV 60.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 122 15 130 0.06 0.88 0 0.49 295.83 0.79 0.28
Hex 7A F 82 6 58 0 31 128 4F 1C
Octal 172 17 202 6 130 0 61 450 117 34
Binary 1111010 1111 10000010 110 1011000 0 110001 100101000 1001111 11100

Color Harmonies of #7A0F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F82

Black with #7A0F82

Text Example


Text Example

White with #7A0F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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