Html Css Color HEX #790875 Purple

📋 copy color: '#790875'

red 121 ◦ green 8 ◦ blue 117

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

Shades of Purple #790875

Tints of Purple #790875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 49.19%
G = 3.25%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#790875 (or 0x790875) is known color: Purple. HEX triplet: 79, 08 and 75. RGB value is (121,8,117). Sum of RGB (Red+Green+Blue) = 121+8+117=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #790875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790875 is #86F78A. Grayscale: #353535. Windows color (decimal): -8845195 or 7669881. OLE color: 7669881.

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

Color convert

RGB 121 8 117 -
CMYK 0 0.93 0.03 0.53
HSL 302.12º 0.88% 0.25% -
HSV(B) 302.12º 0.93% 0.47% -
XYZ 11.18 5.52 17.31 -
YUV 54.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 121 8 117 0 0.93 0.03 0.53 302.12 0.88 0.25
Hex 79 8 75 0 5D 3 35 12E 58 19
Octal 171 10 165 0 135 3 65 456 130 31
Binary 1111001 1000 1110101 0 1011101 11 110101 100101110 1011000 11001

Color Harmonies of #790875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790875

Black with #790875

Text Example


Text Example

White with #790875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790875; }

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

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

background-color css

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

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

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

border-color css

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

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

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