Html Css Color HEX #79147D Purple

📋 copy color: '#79147D'

red 121 ◦ green 20 ◦ blue 125

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

Shades of Purple #79147D

Tints of Purple #79147D

RGB

 RED value IS 121 (47.66% from 255) = 45.49%

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

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

R = 45.49%
G = 7.52%
B = 46.99%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79147D (or 0x79147D) is known color: Purple. HEX triplet: 79, 14 and 7D. RGB value is (121,20,125). Sum of RGB (Red+Green+Blue) = 121+20+125=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #79147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79147D is #86EB82. Grayscale: #3D3D3D. Windows color (decimal): -8842115 or 8197241. OLE color: 8197241.

HSL color Cylindrical-coordinate representation of color #79147D: hue angle of 297.71º 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 #79147D is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 20 125 -
CMYK 0.03 0.84 0 0.51
HSL 297.71º 0.72% 0.28% -
HSV(B) 297.71º 0.84% 0.49% -
XYZ 11.84 6.05 19.95 -
YUV 62.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 121 20 125 0.03 0.84 0 0.51 297.71 0.72 0.28
Hex 79 14 7D 3 54 0 33 12A 48 1C
Octal 171 24 175 3 124 0 63 452 110 34
Binary 1111001 10100 1111101 11 1010100 0 110011 100101010 1001000 11100

Color Harmonies of #79147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79147D

Black with #79147D

Text Example


Text Example

White with #79147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79147D; }

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

 H1.HeaderClassName
 {
   color: #79147D;
 }
 .AnyTagClassName
 {
   color: #79147D;
 }
</style>

background-color css

<style>
 a { background-color: #79147D; }

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

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

border-color css

<style>
 span { border-color: #79147D; }

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

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