Html Css Color HEX #790DCF Dark Violet

📋 copy color: '#790DCF'

red 121 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #790DCF

Tints of Dark Violet #790DCF

RGB

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

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

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

R = 35.48%
G = 3.81%
B = 60.7%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790DCF (or 0x790DCF) is known color: Dark Violet. HEX triplet: 79, 0D and CF. RGB value is (121,13,207). Sum of RGB (Red+Green+Blue) = 121+13+207=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #790DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DCF is #86F230. Grayscale: #424242. Windows color (decimal): -8843825 or 13569401. OLE color: 13569401.

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

Color convert

RGB 121 13 207 -
CMYK 0.42 0.94 0 0.19
HSL 273.4º 0.88% 0.43% -
HSV(B) 273.4º 0.94% 0.81% -
XYZ 19.29 8.86 59.72 -
YUV 67.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 121 13 207 0.42 0.94 0 0.19 273.4 0.88 0.43
Hex 79 D CF 2A 5E 0 13 111 58 2B
Octal 171 15 317 52 136 0 23 421 130 53
Binary 1111001 1101 11001111 101010 1011110 0 10011 100010001 1011000 101011

Color Harmonies of #790DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DCF

Black with #790DCF

Text Example


Text Example

White with #790DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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