Html Css Color HEX #783DB3 Studio

📋 copy color: '#783DB3'

red 120 ◦ green 61 ◦ blue 179

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

Shades of Studio #783DB3

Tints of Studio #783DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.72%

R = 33.33%
G = 16.94%
B = 49.72%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#783DB3 (or 0x783DB3) is known color: Studio. HEX triplet: 78, 3D and B3. RGB value is (120,61,179). Sum of RGB (Red+Green+Blue) = 120+61+179=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #783DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783DB3 is #87C24C. Grayscale: #5B5B5B. Windows color (decimal): -8897101 or 11746680. OLE color: 11746680.

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

Color convert

RGB 120 61 179 -
CMYK 0.33 0.66 0 0.30
HSL 270º 0.49% 0.47% -
HSV(B) 270º 0.66% 0.7% -
XYZ 17.55 10.59 43.77 -
YUV 92.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 120 61 179 0.33 0.66 0 0.30 270 0.49 0.47
Hex 78 3D B3 21 42 0 1E 10E 31 2F
Octal 170 75 263 41 102 0 36 416 61 57
Binary 1111000 111101 10110011 100001 1000010 0 11110 100001110 110001 101111

Color Harmonies of #783DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783DB3

Black with #783DB3

Text Example


Text Example

White with #783DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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