Html Css Color HEX #790CBC Dark Violet

📋 copy color: '#790CBC'

red 121 ◦ green 12 ◦ blue 188

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

Shades of Dark Violet #790CBC

Tints of Dark Violet #790CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 37.69%
G = 3.74%
B = 58.57%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#790CBC (or 0x790CBC) is known color: Dark Violet. HEX triplet: 79, 0C and BC. RGB value is (121,12,188). Sum of RGB (Red+Green+Blue) = 121+12+188=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #790CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CBC is #86F343. Grayscale: #404040. Windows color (decimal): -8844100 or 12323961. OLE color: 12323961.

HSL color Cylindrical-coordinate representation of color #790CBC: hue angle of 277.16º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CBC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 12 188 -
CMYK 0.36 0.94 0 0.26
HSL 277.16º 0.88% 0.39% -
HSV(B) 277.16º 0.94% 0.74% -
XYZ 17.09 7.96 48.21 -
YUV 64.66 197.61 168.19 -
System Red Green Blue C M Y K H S L
Decimal 121 12 188 0.36 0.94 0 0.26 277.16 0.88 0.39
Hex 79 C BC 24 5E 0 1A 115 58 27
Octal 171 14 274 44 136 0 32 425 130 47
Binary 1111001 1100 10111100 100100 1011110 0 11010 100010101 1011000 100111

Color Harmonies of #790CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CBC

Black with #790CBC

Text Example


Text Example

White with #790CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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