Html Css Color HEX #790BCB Dark Violet

📋 copy color: '#790BCB'

red 121 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #790BCB

Tints of Dark Violet #790BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 36.12%
G = 3.28%
B = 60.6%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#790BCB (or 0x790BCB) is known color: Dark Violet. HEX triplet: 79, 0B and CB. RGB value is (121,11,203). Sum of RGB (Red+Green+Blue) = 121+11+203=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #790BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCB is #86F434. Grayscale: #414141. Windows color (decimal): -8844341 or 13306745. OLE color: 13306745.

HSL color Cylindrical-coordinate representation of color #790BCB: hue angle of 274.38º 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 #790BCB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 11 203 -
CMYK 0.40 0.95 0 0.20
HSL 274.38º 0.9% 0.42% -
HSV(B) 274.38º 0.95% 0.8% -
XYZ 18.78 8.62 57.17 -
YUV 65.78 205.44 167.39 -
System Red Green Blue C M Y K H S L
Decimal 121 11 203 0.40 0.95 0 0.20 274.38 0.9 0.42
Hex 79 B CB 28 5F 0 14 112 5A 2A
Octal 171 13 313 50 137 0 24 422 132 52
Binary 1111001 1011 11001011 101000 1011111 0 10100 100010010 1011010 101010

Color Harmonies of #790BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BCB

Black with #790BCB

Text Example


Text Example

White with #790BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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