Html Css Color HEX #7A006F Purple

📋 copy color: '#7A006F'

red 122 ◦ green 0 ◦ blue 111

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

Shades of Purple #7A006F

Tints of Purple #7A006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.64%

R = 52.36%
G = 0%
B = 47.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A006F (or 0x7A006F) is known color: Purple. HEX triplet: 7A, 00 and 6F. RGB value is (122,0,111). Sum of RGB (Red+Green+Blue) = 122+0+111=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A006F is #85FF90. Grayscale: #303030. Windows color (decimal): -8781713 or 7274618. OLE color: 7274618.

HSL color Cylindrical-coordinate representation of color #7A006F: hue angle of 305.41º 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 #7A006F is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 0 111 -
CMYK 0 1 0.09 0.52
HSL 305.41º 1% 0.24% -
HSV(B) 305.41º 1% 0.48% -
XYZ 10.9 5.29 15.48 -
YUV 49.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 122 0 111 0 1 0.09 0.52 305.41 1 0.24
Hex 7A 0 6F 0 64 9 34 131 64 18
Octal 172 0 157 0 144 11 64 461 144 30
Binary 1111010 0 1101111 0 1100100 1001 110100 100110001 1100100 11000

Color Harmonies of #7A006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A006F

Black with #7A006F

Text Example


Text Example

White with #7A006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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