Html Css Color HEX #792875 Dark Purple

📋 copy color: '#792875'

red 121 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #792875

Tints of Dark Purple #792875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 43.53%
G = 14.39%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#792875 (or 0x792875) is known color: Dark Purple. HEX triplet: 79, 28 and 75. RGB value is (121,40,117). Sum of RGB (Red+Green+Blue) = 121+40+117=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #792875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792875 is #86D78A. Grayscale: #484848. Windows color (decimal): -8837003 or 7678073. OLE color: 7678073.

HSL color Cylindrical-coordinate representation of color #792875: hue angle of 302.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792875 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 40 117 -
CMYK 0 0.67 0.03 0.53
HSL 302.96º 0.5% 0.32% -
HSV(B) 302.96º 0.67% 0.47% -
XYZ 11.85 6.87 17.53 -
YUV 73 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 121 40 117 0 0.67 0.03 0.53 302.96 0.5 0.32
Hex 79 28 75 0 43 3 35 12F 32 20
Octal 171 50 165 0 103 3 65 457 62 40
Binary 1111001 101000 1110101 0 1000011 11 110101 100101111 110010 100000

Color Harmonies of #792875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792875

Black with #792875

Text Example


Text Example

White with #792875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792875; }

 p { color: rgb(121,40,117); }

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

background-color css

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

 a { background-color: rgb(121,40,117); }

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

border-color css

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

 span { border-color: rgb(121,40,117); }

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