Html Css Color HEX #783EAF Studio

📋 copy color: '#783EAF'

red 120 ◦ green 62 ◦ blue 175

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

Shades of Studio #783EAF

Tints of Studio #783EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 33.61%
G = 17.37%
B = 49.02%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#783EAF (or 0x783EAF) is known color: Studio. HEX triplet: 78, 3E and AF. RGB value is (120,62,175). Sum of RGB (Red+Green+Blue) = 120+62+175=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #783EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783EAF is #87C150. Grayscale: #5B5B5B. Windows color (decimal): -8896849 or 11484792. OLE color: 11484792.

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

Color convert

RGB 120 62 175 -
CMYK 0.31 0.65 0 0.31
HSL 270.8º 0.48% 0.46% -
HSV(B) 270.8º 0.65% 0.69% -
XYZ 17.21 10.53 41.68 -
YUV 92.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 120 62 175 0.31 0.65 0 0.31 270.8 0.48 0.46
Hex 78 3E AF 1F 41 0 1F 10F 30 2E
Octal 170 76 257 37 101 0 37 417 60 56
Binary 1111000 111110 10101111 11111 1000001 0 11111 100001111 110000 101110

Color Harmonies of #783EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783EAF

Black with #783EAF

Text Example


Text Example

White with #783EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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