Html Css Color HEX #7A147D Purple

📋 copy color: '#7A147D'

red 122 ◦ green 20 ◦ blue 125

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

Shades of Purple #7A147D

Tints of Purple #7A147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 45.69%
G = 7.49%
B = 46.82%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A147D (or 0x7A147D) is known color: Purple. HEX triplet: 7A, 14 and 7D. RGB value is (122,20,125). Sum of RGB (Red+Green+Blue) = 122+20+125=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A147D is #85EB82. Grayscale: #3E3E3E. Windows color (decimal): -8776579 or 8197242. OLE color: 8197242.

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

Color convert

RGB 122 20 125 -
CMYK 0.02 0.84 0 0.51
HSL 298.29º 0.72% 0.28% -
HSV(B) 298.29º 0.84% 0.49% -
XYZ 11.98 6.12 19.95 -
YUV 62.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 122 20 125 0.02 0.84 0 0.51 298.29 0.72 0.28
Hex 7A 14 7D 2 54 0 33 12A 48 1C
Octal 172 24 175 2 124 0 63 452 110 34
Binary 1111010 10100 1111101 10 1010100 0 110011 100101010 1001000 11100

Color Harmonies of #7A147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A147D

Black with #7A147D

Text Example


Text Example

White with #7A147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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