Html Css Color HEX #790BCF Dark Violet

📋 copy color: '#790BCF'

red 121 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #790BCF

Tints of Dark Violet #790BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 35.69%
G = 3.24%
B = 61.06%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790BCF (or 0x790BCF) is known color: Dark Violet. HEX triplet: 79, 0B and CF. RGB value is (121,11,207). Sum of RGB (Red+Green+Blue) = 121+11+207=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #790BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCF is #86F430. Grayscale: #414141. Windows color (decimal): -8844337 or 13568889. OLE color: 13568889.

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

Color convert

RGB 121 11 207 -
CMYK 0.42 0.95 0 0.19
HSL 273.67º 0.9% 0.43% -
HSV(B) 273.67º 0.95% 0.81% -
XYZ 19.27 8.81 59.72 -
YUV 66.23 207.44 167.06 -
System Red Green Blue C M Y K H S L
Decimal 121 11 207 0.42 0.95 0 0.19 273.67 0.9 0.43
Hex 79 B CF 2A 5F 0 13 112 5A 2B
Octal 171 13 317 52 137 0 23 422 132 53
Binary 1111001 1011 11001111 101010 1011111 0 10011 100010010 1011010 101011

Color Harmonies of #790BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BCF

Black with #790BCF

Text Example


Text Example

White with #790BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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