Html Css Color HEX #7A0175 Purple

📋 copy color: '#7A0175'

red 122 ◦ green 1 ◦ blue 117

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

Shades of Purple #7A0175

Tints of Purple #7A0175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 50.83%
G = 0.42%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A0175 (or 0x7A0175) is known color: Purple. HEX triplet: 7A, 01 and 75. RGB value is (122,1,117). Sum of RGB (Red+Green+Blue) = 122+1+117=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0175 is #85FE8A. Grayscale: #323232. Windows color (decimal): -8781451 or 7668090. OLE color: 7668090.

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

Color convert

RGB 122 1 117 -
CMYK 0 0.99 0.04 0.52
HSL 302.48º 0.98% 0.24% -
HSV(B) 302.48º 0.99% 0.48% -
XYZ 11.25 5.44 17.29 -
YUV 50.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 122 1 117 0 0.99 0.04 0.52 302.48 0.98 0.24
Hex 7A 1 75 0 63 4 34 12E 62 18
Octal 172 1 165 0 143 4 64 456 142 30
Binary 1111010 1 1110101 0 1100011 100 110100 100101110 1100010 11000

Color Harmonies of #7A0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0175

Black with #7A0175

Text Example


Text Example

White with #7A0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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