Html Css Color HEX #790D8E Purple

📋 copy color: '#790D8E'

red 121 ◦ green 13 ◦ blue 142

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

Shades of Purple #790D8E

Tints of Purple #790D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 43.84%
G = 4.71%
B = 51.45%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#790D8E (or 0x790D8E) is known color: Purple. HEX triplet: 79, 0D and 8E. RGB value is (121,13,142). Sum of RGB (Red+Green+Blue) = 121+13+142=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #790D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D8E is #86F271. Grayscale: #3B3B3B. Windows color (decimal): -8843890 or 9309561. OLE color: 9309561.

HSL color Cylindrical-coordinate representation of color #790D8E: hue angle of 290.23º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790D8E is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 13 142 -
CMYK 0.15 0.91 0 0.44
HSL 290.23º 0.83% 0.3% -
HSV(B) 290.23º 0.91% 0.56% -
XYZ 12.91 6.31 26.13 -
YUV 60 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 121 13 142 0.15 0.91 0 0.44 290.23 0.83 0.3
Hex 79 D 8E F 5B 0 2C 122 53 1E
Octal 171 15 216 17 133 0 54 442 123 36
Binary 1111001 1101 10001110 1111 1011011 0 101100 100100010 1010011 11110

Color Harmonies of #790D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D8E

Black with #790D8E

Text Example


Text Example

White with #790D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,13,142); }

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

background-color css

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

 a { background-color: rgb(121,13,142); }

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

border-color css

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

 span { border-color: rgb(121,13,142); }

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