Html Css Color HEX #793DAB Studio

📋 copy color: '#793DAB'

red 121 ◦ green 61 ◦ blue 171

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

Shades of Studio #793DAB

Tints of Studio #793DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 34.28%
G = 17.28%
B = 48.44%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#793DAB (or 0x793DAB) is known color: Studio. HEX triplet: 79, 3D and AB. RGB value is (121,61,171). Sum of RGB (Red+Green+Blue) = 121+61+171=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #793DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DAB is #86C254. Grayscale: #5B5B5B. Windows color (decimal): -8831573 or 11222393. OLE color: 11222393.

HSL color Cylindrical-coordinate representation of color #793DAB: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #793DAB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 61 171 -
CMYK 0.29 0.64 0 0.33
HSL 272.73º 0.47% 0.45% -
HSV(B) 272.73º 0.64% 0.67% -
XYZ 16.9 10.34 39.63 -
YUV 91.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 121 61 171 0.29 0.64 0 0.33 272.73 0.47 0.45
Hex 79 3D AB 1D 40 0 21 111 2F 2D
Octal 171 75 253 35 100 0 41 421 57 55
Binary 1111001 111101 10101011 11101 1000000 0 100001 100010001 101111 101101

Color Harmonies of #793DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DAB

Black with #793DAB

Text Example


Text Example

White with #793DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,61,171); }

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

background-color css

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

 a { background-color: rgb(121,61,171); }

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

border-color css

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

 span { border-color: rgb(121,61,171); }

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