Html Css Color HEX #790ABC Dark Violet

📋 copy color: '#790ABC'

red 121 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #790ABC

Tints of Dark Violet #790ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 37.93%
G = 3.13%
B = 58.93%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#790ABC (or 0x790ABC) is known color: Dark Violet. HEX triplet: 79, 0A and BC. RGB value is (121,10,188). Sum of RGB (Red+Green+Blue) = 121+10+188=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #790ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ABC is #86F543. Grayscale: #3E3E3E. Windows color (decimal): -8844612 or 12323449. OLE color: 12323449.

HSL color Cylindrical-coordinate representation of color #790ABC: hue angle of 277.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790ABC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 10 188 -
CMYK 0.36 0.95 0 0.26
HSL 277.42º 0.9% 0.39% -
HSV(B) 277.42º 0.95% 0.74% -
XYZ 17.07 7.91 48.2 -
YUV 63.48 198.27 169.03 -
System Red Green Blue C M Y K H S L
Decimal 121 10 188 0.36 0.95 0 0.26 277.42 0.9 0.39
Hex 79 A BC 24 5F 0 1A 115 5A 27
Octal 171 12 274 44 137 0 32 425 132 47
Binary 1111001 1010 10111100 100100 1011111 0 11010 100010101 1011010 100111

Color Harmonies of #790ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ABC

Black with #790ABC

Text Example


Text Example

White with #790ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,10,188); }

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

background-color css

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

 a { background-color: rgb(121,10,188); }

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

border-color css

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

 span { border-color: rgb(121,10,188); }

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