Html Css Color HEX #790DCC Dark Violet

📋 copy color: '#790DCC'

red 121 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #790DCC

Tints of Dark Violet #790DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.36%

R = 35.8%
G = 3.85%
B = 60.36%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#790DCC (or 0x790DCC) is known color: Dark Violet. HEX triplet: 79, 0D and CC. RGB value is (121,13,204). Sum of RGB (Red+Green+Blue) = 121+13+204=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #790DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DCC is #86F233. Grayscale: #424242. Windows color (decimal): -8843828 or 13372793. OLE color: 13372793.

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

Color convert

RGB 121 13 204 -
CMYK 0.41 0.94 0 0.2
HSL 273.93º 0.88% 0.43% -
HSV(B) 273.93º 0.94% 0.8% -
XYZ 18.93 8.71 57.81 -
YUV 67.07 205.28 166.47 -
System Red Green Blue C M Y K H S L
Decimal 121 13 204 0.41 0.94 0 0.2 273.93 0.88 0.43
Hex 79 D CC 29 5E 0 14 112 58 2B
Octal 171 15 314 51 136 0 24 422 130 53
Binary 1111001 1101 11001100 101001 1011110 0 10100 100010010 1011000 101011

Color Harmonies of #790DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DCC

Black with #790DCC

Text Example


Text Example

White with #790DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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