Html Css Color HEX #783FAA Studio

📋 copy color: '#783FAA'

red 120 ◦ green 63 ◦ blue 170

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

Shades of Studio #783FAA

Tints of Studio #783FAA

RGB

 RED value IS 120 (47.27% from 255) = 33.99%

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 33.99%
G = 17.85%
B = 48.16%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#783FAA (or 0x783FAA) is known color: Studio. HEX triplet: 78, 3F and AA. RGB value is (120,63,170). Sum of RGB (Red+Green+Blue) = 120+63+170=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #783FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAA is #87C055. Grayscale: #5B5B5B. Windows color (decimal): -8896598 or 11157368. OLE color: 11157368.

HSL color Cylindrical-coordinate representation of color #783FAA: hue angle of 271.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #783FAA is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 63 170 -
CMYK 0.29 0.63 0 0.33
HSL 271.96º 0.46% 0.46% -
HSV(B) 271.96º 0.63% 0.67% -
XYZ 16.78 10.45 39.16 -
YUV 92.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 120 63 170 0.29 0.63 0 0.33 271.96 0.46 0.46
Hex 78 3F AA 1D 3F 0 21 110 2E 2E
Octal 170 77 252 35 77 0 41 420 56 56
Binary 1111000 111111 10101010 11101 111111 0 100001 100010000 101110 101110

Color Harmonies of #783FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783FAA

Black with #783FAA

Text Example


Text Example

White with #783FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783FAA; }

 p { color: rgb(120,63,170); }

 H1.HeaderClassName
 {
   color: #783FAA;
 }
 .AnyTagClassName
 {
   color: #783FAA;
 }
</style>

background-color css

<style>
 a { background-color: #783FAA; }

 a { background-color: rgb(120,63,170); }

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

border-color css

<style>
 span { border-color: #783FAA; }

 span { border-color: rgb(120,63,170); }

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