Html Css Color HEX #783EAC Studio

📋 copy color: '#783EAC'

red 120 ◦ green 62 ◦ blue 172

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

Shades of Studio #783EAC

Tints of Studio #783EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 33.9%
G = 17.51%
B = 48.59%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#783EAC (or 0x783EAC) is known color: Studio. HEX triplet: 78, 3E and AC. RGB value is (120,62,172). Sum of RGB (Red+Green+Blue) = 120+62+172=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #783EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EAC is #87C153. Grayscale: #5B5B5B. Windows color (decimal): -8896852 or 11288184. OLE color: 11288184.

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

Color convert

RGB 120 62 172 -
CMYK 0.30 0.64 0 0.33
HSL 271.64º 0.47% 0.46% -
HSV(B) 271.64º 0.64% 0.67% -
XYZ 16.91 10.42 40.15 -
YUV 91.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 120 62 172 0.30 0.64 0 0.33 271.64 0.47 0.46
Hex 78 3E AC 1E 40 0 21 110 2F 2E
Octal 170 76 254 36 100 0 41 420 57 56
Binary 1111000 111110 10101100 11110 1000000 0 100001 100010000 101111 101110

Color Harmonies of #783EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783EAC

Black with #783EAC

Text Example


Text Example

White with #783EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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