Html Css Color HEX #790BDD Dark Violet

📋 copy color: '#790BDD'

red 121 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #790BDD

Tints of Dark Violet #790BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 34.28%
G = 3.12%
B = 62.61%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#790BDD (or 0x790BDD) is known color: Dark Violet. HEX triplet: 79, 0B and DD. RGB value is (121,11,221). Sum of RGB (Red+Green+Blue) = 121+11+221=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #790BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BDD is #86F422. Grayscale: #434343. Windows color (decimal): -8844323 or 14486393. OLE color: 14486393.

HSL color Cylindrical-coordinate representation of color #790BDD: hue angle of 271.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BDD is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 11 221 -
CMYK 0.45 0.95 0 0.13
HSL 271.43º 0.91% 0.45% -
HSV(B) 271.43º 0.95% 0.87% -
XYZ 21.06 9.52 69.14 -
YUV 67.83 214.44 165.92 -
System Red Green Blue C M Y K H S L
Decimal 121 11 221 0.45 0.95 0 0.13 271.43 0.91 0.45
Hex 79 B DD 2D 5F 0 D 10F 5B 2D
Octal 171 13 335 55 137 0 15 417 133 55
Binary 1111001 1011 11011101 101101 1011111 0 1101 100001111 1011011 101101

Color Harmonies of #790BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BDD

Black with #790BDD

Text Example


Text Example

White with #790BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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