Html Css Color HEX #790BCE Dark Violet

📋 copy color: '#790BCE'

red 121 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #790BCE

Tints of Dark Violet #790BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.25%

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 35.8%
G = 3.25%
B = 60.95%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790BCE (or 0x790BCE) is known color: Dark Violet. HEX triplet: 79, 0B and CE. RGB value is (121,11,206). Sum of RGB (Red+Green+Blue) = 121+11+206=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #790BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCE is #86F431. Grayscale: #414141. Windows color (decimal): -8844338 or 13503353. OLE color: 13503353.

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

Color convert

RGB 121 11 206 -
CMYK 0.41 0.95 0 0.19
HSL 273.85º 0.9% 0.43% -
HSV(B) 273.85º 0.95% 0.81% -
XYZ 19.15 8.76 59.07 -
YUV 66.12 206.94 167.14 -
System Red Green Blue C M Y K H S L
Decimal 121 11 206 0.41 0.95 0 0.19 273.85 0.9 0.43
Hex 79 B CE 29 5F 0 13 112 5A 2B
Octal 171 13 316 51 137 0 23 422 132 53
Binary 1111001 1011 11001110 101001 1011111 0 10011 100010010 1011010 101011

Color Harmonies of #790BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BCE

Black with #790BCE

Text Example


Text Example

White with #790BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,11,206); }

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

background-color css

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

 a { background-color: rgb(121,11,206); }

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

border-color css

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

 span { border-color: rgb(121,11,206); }

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