Html Css Color HEX #790CDB Dark Violet

📋 copy color: '#790CDB'

red 121 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #790CDB

Tints of Dark Violet #790CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 34.38%
G = 3.41%
B = 62.22%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#790CDB (or 0x790CDB) is known color: Dark Violet. HEX triplet: 79, 0C and DB. RGB value is (121,12,219). Sum of RGB (Red+Green+Blue) = 121+12+219=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #790CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CDB is #86F324. Grayscale: #434343. Windows color (decimal): -8844069 or 14355577. OLE color: 14355577.

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

Color convert

RGB 121 12 219 -
CMYK 0.45 0.95 0 0.14
HSL 271.59º 0.9% 0.45% -
HSV(B) 271.59º 0.95% 0.86% -
XYZ 20.8 9.44 67.74 -
YUV 68.19 213.11 165.67 -
System Red Green Blue C M Y K H S L
Decimal 121 12 219 0.45 0.95 0 0.14 271.59 0.9 0.45
Hex 79 C DB 2D 5F 0 E 110 5A 2D
Octal 171 14 333 55 137 0 16 420 132 55
Binary 1111001 1100 11011011 101101 1011111 0 1110 100010000 1011010 101101

Color Harmonies of #790CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CDB

Black with #790CDB

Text Example


Text Example

White with #790CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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