Html Css Color HEX #790BCA Dark Violet

📋 copy color: '#790BCA'

red 121 ◦ green 11 ◦ blue 202

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

Shades of Dark Violet #790BCA

Tints of Dark Violet #790BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.48%

R = 36.23%
G = 3.29%
B = 60.48%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#790BCA (or 0x790BCA) is known color: Dark Violet. HEX triplet: 79, 0B and CA. RGB value is (121,11,202). Sum of RGB (Red+Green+Blue) = 121+11+202=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #790BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCA is #86F435. Grayscale: #414141. Windows color (decimal): -8844342 or 13241209. OLE color: 13241209.

HSL color Cylindrical-coordinate representation of color #790BCA: hue angle of 274.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BCA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 11 202 -
CMYK 0.40 0.95 0 0.21
HSL 274.56º 0.9% 0.42% -
HSV(B) 274.56º 0.95% 0.79% -
XYZ 18.67 8.57 56.55 -
YUV 65.66 204.94 167.47 -
System Red Green Blue C M Y K H S L
Decimal 121 11 202 0.40 0.95 0 0.21 274.56 0.9 0.42
Hex 79 B CA 28 5F 0 15 113 5A 2A
Octal 171 13 312 50 137 0 25 423 132 52
Binary 1111001 1011 11001010 101000 1011111 0 10101 100010011 1011010 101010

Color Harmonies of #790BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BCA

Black with #790BCA

Text Example


Text Example

White with #790BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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