Html Css Color HEX #7A0874 Purple

📋 copy color: '#7A0874'

red 122 ◦ green 8 ◦ blue 116

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

Shades of Purple #7A0874

Tints of Purple #7A0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 49.59%
G = 3.25%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A0874 (or 0x7A0874) is known color: Purple. HEX triplet: 7A, 08 and 74. RGB value is (122,8,116). Sum of RGB (Red+Green+Blue) = 122+8+116=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0874 is #85F78B. Grayscale: #363636. Windows color (decimal): -8779660 or 7604346. OLE color: 7604346.

HSL color Cylindrical-coordinate representation of color #7A0874: hue angle of 303.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0874 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 8 116 -
CMYK 0 0.93 0.05 0.52
HSL 303.16º 0.88% 0.25% -
HSV(B) 303.16º 0.93% 0.48% -
XYZ 11.27 5.57 17 -
YUV 54.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 122 8 116 0 0.93 0.05 0.52 303.16 0.88 0.25
Hex 7A 8 74 0 5D 5 34 12F 58 19
Octal 172 10 164 0 135 5 64 457 130 31
Binary 1111010 1000 1110100 0 1011101 101 110100 100101111 1011000 11001

Color Harmonies of #7A0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0874

Black with #7A0874

Text Example


Text Example

White with #7A0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,116); }

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

background-color css

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

 a { background-color: rgb(122,8,116); }

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

border-color css

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

 span { border-color: rgb(122,8,116); }

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