Html Css Color HEX #783DAE Studio

📋 copy color: '#783DAE'

red 120 ◦ green 61 ◦ blue 174

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

Shades of Studio #783DAE

Tints of Studio #783DAE

RGB

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

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

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

R = 33.8%
G = 17.18%
B = 49.01%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#783DAE (or 0x783DAE) is known color: Studio. HEX triplet: 78, 3D and AE. RGB value is (120,61,174). Sum of RGB (Red+Green+Blue) = 120+61+174=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #783DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783DAE is #87C251. Grayscale: #5B5B5B. Windows color (decimal): -8897106 or 11419000. OLE color: 11419000.

HSL color Cylindrical-coordinate representation of color #783DAE: hue angle of 271.33º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783DAE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 61 174 -
CMYK 0.31 0.65 0 0.32
HSL 271.33º 0.48% 0.46% -
HSV(B) 271.33º 0.65% 0.68% -
XYZ 17.05 10.39 41.15 -
YUV 91.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 120 61 174 0.31 0.65 0 0.32 271.33 0.48 0.46
Hex 78 3D AE 1F 41 0 20 10F 30 2E
Octal 170 75 256 37 101 0 40 417 60 56
Binary 1111000 111101 10101110 11111 1000001 0 100000 100001111 110000 101110

Color Harmonies of #783DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783DAE

Black with #783DAE

Text Example


Text Example

White with #783DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,61,174); }

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

background-color css

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

 a { background-color: rgb(120,61,174); }

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

border-color css

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

 span { border-color: rgb(120,61,174); }

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