Html Css Color HEX #7A007D Purple

📋 copy color: '#7A007D'

red 122 ◦ green 0 ◦ blue 125

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

Shades of Purple #7A007D

Tints of Purple #7A007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 49.39%
G = 0%
B = 50.61%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A007D (or 0x7A007D) is known color: Purple. HEX triplet: 7A, 00 and 7D. RGB value is (122,0,125). Sum of RGB (Red+Green+Blue) = 122+0+125=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A007D is #85FF82. Grayscale: #323232. Windows color (decimal): -8781699 or 8192122. OLE color: 8192122.

HSL color Cylindrical-coordinate representation of color #7A007D: hue angle of 298.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A007D is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 0 125 -
CMYK 0.02 1 0 0.51
HSL 298.56º 1% 0.25% -
HSV(B) 298.56º 1% 0.49% -
XYZ 11.73 5.62 19.87 -
YUV 50.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 122 0 125 0.02 1 0 0.51 298.56 1 0.25
Hex 7A 0 7D 2 64 0 33 12B 64 19
Octal 172 0 175 2 144 0 63 453 144 31
Binary 1111010 0 1111101 10 1100100 0 110011 100101011 1100100 11001

Color Harmonies of #7A007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A007D

Black with #7A007D

Text Example


Text Example

White with #7A007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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