Html Css Color HEX #790BCD Dark Violet

📋 copy color: '#790BCD'

red 121 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #790BCD

Tints of Dark Violet #790BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 35.91%
G = 3.26%
B = 60.83%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#790BCD (or 0x790BCD) is known color: Dark Violet. HEX triplet: 79, 0B and CD. RGB value is (121,11,205). Sum of RGB (Red+Green+Blue) = 121+11+205=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #790BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCD is #86F432. Grayscale: #414141. Windows color (decimal): -8844339 or 13437817. OLE color: 13437817.

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

Color convert

RGB 121 11 205 -
CMYK 0.41 0.95 0 0.20
HSL 274.02º 0.9% 0.42% -
HSV(B) 274.02º 0.95% 0.8% -
XYZ 19.02 8.71 58.44 -
YUV 66.01 206.44 167.23 -
System Red Green Blue C M Y K H S L
Decimal 121 11 205 0.41 0.95 0 0.20 274.02 0.9 0.42
Hex 79 B CD 29 5F 0 14 112 5A 2A
Octal 171 13 315 51 137 0 24 422 132 52
Binary 1111001 1011 11001101 101001 1011111 0 10100 100010010 1011010 101010

Color Harmonies of #790BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BCD

Black with #790BCD

Text Example


Text Example

White with #790BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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