Html Css Color HEX #783EAD Studio

📋 copy color: '#783EAD'

red 120 ◦ green 62 ◦ blue 173

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

Shades of Studio #783EAD

Tints of Studio #783EAD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 33.8%
G = 17.46%
B = 48.73%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#783EAD (or 0x783EAD) is known color: Studio. HEX triplet: 78, 3E and AD. RGB value is (120,62,173). Sum of RGB (Red+Green+Blue) = 120+62+173=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #783EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EAD is #87C152. Grayscale: #5B5B5B. Windows color (decimal): -8896851 or 11353720. OLE color: 11353720.

HSL color Cylindrical-coordinate representation of color #783EAD: 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 #783EAD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 62 173 -
CMYK 0.31 0.64 0 0.32
HSL 271.35º 0.47% 0.46% -
HSV(B) 271.35º 0.64% 0.68% -
XYZ 17.01 10.46 40.66 -
YUV 92 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 120 62 173 0.31 0.64 0 0.32 271.35 0.47 0.46
Hex 78 3E AD 1F 40 0 20 10F 2F 2E
Octal 170 76 255 37 100 0 40 417 57 56
Binary 1111000 111110 10101101 11111 1000000 0 100000 100001111 101111 101110

Color Harmonies of #783EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783EAD

Black with #783EAD

Text Example


Text Example

White with #783EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,62,173); }

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

background-color css

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

 a { background-color: rgb(120,62,173); }

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

border-color css

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

 span { border-color: rgb(120,62,173); }

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