Html Css Color HEX #790ECF Dark Violet

📋 copy color: '#790ECF'

red 121 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #790ECF

Tints of Dark Violet #790ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 35.38%
G = 4.09%
B = 60.53%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790ECF (or 0x790ECF) is known color: Dark Violet. HEX triplet: 79, 0E and CF. RGB value is (121,14,207). Sum of RGB (Red+Green+Blue) = 121+14+207=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #790ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ECF is #86F130. Grayscale: #434343. Windows color (decimal): -8843569 or 13569657. OLE color: 13569657.

HSL color Cylindrical-coordinate representation of color #790ECF: hue angle of 273.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790ECF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 14 207 -
CMYK 0.42 0.93 0 0.19
HSL 273.26º 0.87% 0.43% -
HSV(B) 273.26º 0.93% 0.81% -
XYZ 19.3 8.88 59.73 -
YUV 68 206.45 165.81 -
System Red Green Blue C M Y K H S L
Decimal 121 14 207 0.42 0.93 0 0.19 273.26 0.87 0.43
Hex 79 E CF 2A 5D 0 13 111 57 2B
Octal 171 16 317 52 135 0 23 421 127 53
Binary 1111001 1110 11001111 101010 1011101 0 10011 100010001 1010111 101011

Color Harmonies of #790ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ECF

Black with #790ECF

Text Example


Text Example

White with #790ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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