Html Css Color HEX #79257D Dark Purple

📋 copy color: '#79257D'

red 121 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #79257D

Tints of Dark Purple #79257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 42.76%
G = 13.07%
B = 44.17%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79257D (or 0x79257D) is known color: Dark Purple. HEX triplet: 79, 25 and 7D. RGB value is (121,37,125). Sum of RGB (Red+Green+Blue) = 121+37+125=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #79257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79257D is #86DA82. Grayscale: #474747. Windows color (decimal): -8837763 or 8201593. OLE color: 8201593.

HSL color Cylindrical-coordinate representation of color #79257D: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79257D is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 37 125 -
CMYK 0.03 0.70 0 0.51
HSL 297.27º 0.54% 0.32% -
HSV(B) 297.27º 0.7% 0.49% -
XYZ 12.25 6.87 20.08 -
YUV 72.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 121 37 125 0.03 0.70 0 0.51 297.27 0.54 0.32
Hex 79 25 7D 3 46 0 33 129 36 20
Octal 171 45 175 3 106 0 63 451 66 40
Binary 1111001 100101 1111101 11 1000110 0 110011 100101001 110110 100000

Color Harmonies of #79257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79257D

Black with #79257D

Text Example


Text Example

White with #79257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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