Html Css Color HEX #790C75 Purple

📋 copy color: '#790C75'

red 121 ◦ green 12 ◦ blue 117

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

Shades of Purple #790C75

Tints of Purple #790C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 48.4%
G = 4.8%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#790C75 (or 0x790C75) is known color: Purple. HEX triplet: 79, 0C and 75. RGB value is (121,12,117). Sum of RGB (Red+Green+Blue) = 121+12+117=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #790C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C75 is #86F38A. Grayscale: #383838. Windows color (decimal): -8844171 or 7670905. OLE color: 7670905.

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

Color convert

RGB 121 12 117 -
CMYK 0 0.90 0.03 0.53
HSL 302.2º 0.82% 0.26% -
HSV(B) 302.2º 0.9% 0.47% -
XYZ 11.23 5.61 17.32 -
YUV 56.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 121 12 117 0 0.90 0.03 0.53 302.2 0.82 0.26
Hex 79 C 75 0 5A 3 35 12E 52 1A
Octal 171 14 165 0 132 3 65 456 122 32
Binary 1111001 1100 1110101 0 1011010 11 110101 100101110 1010010 11010

Color Harmonies of #790C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C75

Black with #790C75

Text Example


Text Example

White with #790C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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