Html Css Color HEX #790CAE Dark Violet

📋 copy color: '#790CAE'

red 121 ◦ green 12 ◦ blue 174

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

Shades of Dark Violet #790CAE

Tints of Dark Violet #790CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 39.41%
G = 3.91%
B = 56.68%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#790CAE (or 0x790CAE) is known color: Dark Violet. HEX triplet: 79, 0C and AE. RGB value is (121,12,174). Sum of RGB (Red+Green+Blue) = 121+12+174=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #790CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790CAE is #86F351. Grayscale: #3E3E3E. Windows color (decimal): -8844114 or 11406457. OLE color: 11406457.

HSL color Cylindrical-coordinate representation of color #790CAE: hue angle of 280.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790CAE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 12 174 -
CMYK 0.30 0.93 0 0.32
HSL 280.37º 0.87% 0.36% -
HSV(B) 280.37º 0.93% 0.68% -
XYZ 15.66 7.38 40.64 -
YUV 63.06 190.61 169.33 -
System Red Green Blue C M Y K H S L
Decimal 121 12 174 0.30 0.93 0 0.32 280.37 0.87 0.36
Hex 79 C AE 1E 5D 0 20 118 57 24
Octal 171 14 256 36 135 0 40 430 127 44
Binary 1111001 1100 10101110 11110 1011101 0 100000 100011000 1010111 100100

Color Harmonies of #790CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CAE

Black with #790CAE

Text Example


Text Example

White with #790CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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