Html Css Color HEX #790CBF Dark Violet

📋 copy color: '#790CBF'

red 121 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #790CBF

Tints of Dark Violet #790CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.95%

R = 37.35%
G = 3.7%
B = 58.95%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#790CBF (or 0x790CBF) is known color: Dark Violet. HEX triplet: 79, 0C and BF. RGB value is (121,12,191). Sum of RGB (Red+Green+Blue) = 121+12+191=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #790CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CBF is #86F340. Grayscale: #404040. Windows color (decimal): -8844097 or 12520569. OLE color: 12520569.

HSL color Cylindrical-coordinate representation of color #790CBF: hue angle of 276.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CBF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 12 191 -
CMYK 0.37 0.94 0 0.25
HSL 276.54º 0.88% 0.4% -
HSV(B) 276.54º 0.94% 0.75% -
XYZ 17.42 8.09 49.93 -
YUV 65 199.11 167.95 -
System Red Green Blue C M Y K H S L
Decimal 121 12 191 0.37 0.94 0 0.25 276.54 0.88 0.4
Hex 79 C BF 25 5E 0 19 115 58 28
Octal 171 14 277 45 136 0 31 425 130 50
Binary 1111001 1100 10111111 100101 1011110 0 11001 100010101 1011000 101000

Color Harmonies of #790CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CBF

Black with #790CBF

Text Example


Text Example

White with #790CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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