Html Css Color HEX #790E75 Purple

📋 copy color: '#790E75'

red 121 ◦ green 14 ◦ blue 117

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

Shades of Purple #790E75

Tints of Purple #790E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

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

R = 48.02%
G = 5.56%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#790E75 (or 0x790E75) is known color: Purple. HEX triplet: 79, 0E and 75. RGB value is (121,14,117). Sum of RGB (Red+Green+Blue) = 121+14+117=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #790E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E75 is #86F18A. Grayscale: #393939. Windows color (decimal): -8843659 or 7671417. OLE color: 7671417.

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

Color convert

RGB 121 14 117 -
CMYK 0 0.88 0.03 0.53
HSL 302.24º 0.79% 0.26% -
HSV(B) 302.24º 0.88% 0.47% -
XYZ 11.25 5.66 17.33 -
YUV 57.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 121 14 117 0 0.88 0.03 0.53 302.24 0.79 0.26
Hex 79 E 75 0 58 3 35 12E 4F 1A
Octal 171 16 165 0 130 3 65 456 117 32
Binary 1111001 1110 1110101 0 1011000 11 110101 100101110 1001111 11010

Color Harmonies of #790E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E75

Black with #790E75

Text Example


Text Example

White with #790E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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