Html Css Color HEX #790ACB Dark Violet

📋 copy color: '#790ACB'

red 121 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #790ACB

Tints of Dark Violet #790ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

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

R = 36.23%
G = 2.99%
B = 60.78%

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

#790ACB (or 0x790ACB) is known color: Dark Violet. HEX triplet: 79, 0A and CB. RGB value is (121,10,203). Sum of RGB (Red+Green+Blue) = 121+10+203=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #790ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ACB is #86F534. Grayscale: #404040. Windows color (decimal): -8844597 or 13306489. OLE color: 13306489.

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

Color convert

RGB 121 10 203 -
CMYK 0.40 0.95 0 0.20
HSL 274.51º 0.91% 0.42% -
HSV(B) 274.51º 0.95% 0.8% -
XYZ 18.77 8.59 57.17 -
YUV 65.19 205.77 167.81 -
System Red Green Blue C M Y K H S L
Decimal 121 10 203 0.40 0.95 0 0.20 274.51 0.91 0.42
Hex 79 A CB 28 5F 0 14 113 5B 2A
Octal 171 12 313 50 137 0 24 423 133 52
Binary 1111001 1010 11001011 101000 1011111 0 10100 100010011 1011011 101010

Color Harmonies of #790ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ACB

Black with #790ACB

Text Example


Text Example

White with #790ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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