Html Css Color HEX #7A0075 Purple

📋 copy color: '#7A0075'

red 122 ◦ green 0 ◦ blue 117

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

Shades of Purple #7A0075

Tints of Purple #7A0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.05%
G = 0%
B = 48.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A0075 (or 0x7A0075) is known color: Purple. HEX triplet: 7A, 00 and 75. RGB value is (122,0,117). Sum of RGB (Red+Green+Blue) = 122+0+117=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0075 is #85FF8A. Grayscale: #313131. Windows color (decimal): -8781707 or 7667834. OLE color: 7667834.

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

Color convert

RGB 122 0 117 -
CMYK 0 1 0.04 0.52
HSL 302.46º 1% 0.24% -
HSV(B) 302.46º 1% 0.48% -
XYZ 11.24 5.42 17.28 -
YUV 49.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 122 0 117 0 1 0.04 0.52 302.46 1 0.24
Hex 7A 0 75 0 64 4 34 12E 64 18
Octal 172 0 165 0 144 4 64 456 144 30
Binary 1111010 0 1110101 0 1100100 100 110100 100101110 1100100 11000

Color Harmonies of #7A0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0075

Black with #7A0075

Text Example


Text Example

White with #7A0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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