Html Css Color HEX #790CC8 Dark Violet

📋 copy color: '#790CC8'

red 121 ◦ green 12 ◦ blue 200

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

Shades of Dark Violet #790CC8

Tints of Dark Violet #790CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.06%

R = 36.34%
G = 3.6%
B = 60.06%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#790CC8 (or 0x790CC8) is known color: Dark Violet. HEX triplet: 79, 0C and C8. RGB value is (121,12,200). Sum of RGB (Red+Green+Blue) = 121+12+200=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #790CC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CC8 is #86F337. Grayscale: #414141. Windows color (decimal): -8844088 or 13110393. OLE color: 13110393.

HSL color Cylindrical-coordinate representation of color #790CC8: hue angle of 274.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CC8 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 12 200 -
CMYK 0.39 0.94 0 0.22
HSL 274.79º 0.89% 0.42% -
HSV(B) 274.79º 0.94% 0.78% -
XYZ 18.44 8.5 55.31 -
YUV 66.02 203.61 167.21 -
System Red Green Blue C M Y K H S L
Decimal 121 12 200 0.39 0.94 0 0.22 274.79 0.89 0.42
Hex 79 C C8 27 5E 0 16 113 59 2A
Octal 171 14 310 47 136 0 26 423 131 52
Binary 1111001 1100 11001000 100111 1011110 0 10110 100010011 1011001 101010

Color Harmonies of #790CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CC8

Black with #790CC8

Text Example


Text Example

White with #790CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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