Html Css Color HEX #783FAD Studio

📋 copy color: '#783FAD'

red 120 ◦ green 63 ◦ blue 173

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

Shades of Studio #783FAD

Tints of Studio #783FAD

RGB

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

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

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

R = 33.71%
G = 17.7%
B = 48.6%

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

#783FAD (or 0x783FAD) is known color: Studio. HEX triplet: 78, 3F and AD. RGB value is (120,63,173). Sum of RGB (Red+Green+Blue) = 120+63+173=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #783FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAD is #87C052. Grayscale: #5C5C5C. Windows color (decimal): -8896595 or 11353976. OLE color: 11353976.

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

Color convert

RGB 120 63 173 -
CMYK 0.31 0.64 0 0.32
HSL 271.09º 0.47% 0.46% -
HSV(B) 271.09º 0.64% 0.68% -
XYZ 17.07 10.57 40.67 -
YUV 92.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 120 63 173 0.31 0.64 0 0.32 271.09 0.47 0.46
Hex 78 3F AD 1F 40 0 20 10F 2F 2E
Octal 170 77 255 37 100 0 40 417 57 56
Binary 1111000 111111 10101101 11111 1000000 0 100000 100001111 101111 101110

Color Harmonies of #783FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783FAD

Black with #783FAD

Text Example


Text Example

White with #783FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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