Html Css Color HEX #793FAE Studio

📋 copy color: '#793FAE'

red 121 ◦ green 63 ◦ blue 174

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

Shades of Studio #793FAE

Tints of Studio #793FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.6%

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

R = 33.8%
G = 17.6%
B = 48.6%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#793FAE (or 0x793FAE) is known color: Studio. HEX triplet: 79, 3F and AE. RGB value is (121,63,174). Sum of RGB (Red+Green+Blue) = 121+63+174=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #793FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793FAE is #86C051. Grayscale: #5C5C5C. Windows color (decimal): -8831058 or 11419513. OLE color: 11419513.

HSL color Cylindrical-coordinate representation of color #793FAE: hue angle of 271.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #793FAE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 63 174 -
CMYK 0.30 0.64 0 0.32
HSL 271.35º 0.47% 0.46% -
HSV(B) 271.35º 0.64% 0.68% -
XYZ 17.3 10.68 41.19 -
YUV 93 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 121 63 174 0.30 0.64 0 0.32 271.35 0.47 0.46
Hex 79 3F AE 1E 40 0 20 10F 2F 2E
Octal 171 77 256 36 100 0 40 417 57 56
Binary 1111001 111111 10101110 11110 1000000 0 100000 100001111 101111 101110

Color Harmonies of #793FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793FAE

Black with #793FAE

Text Example


Text Example

White with #793FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793FAE; }

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

 H1.HeaderClassName
 {
   color: #793FAE;
 }
 .AnyTagClassName
 {
   color: #793FAE;
 }
</style>

background-color css

<style>
 a { background-color: #793FAE; }

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

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

border-color css

<style>
 span { border-color: #793FAE; }

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

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