Html Css Color HEX #784FAC Studio

📋 copy color: '#784FAC'

red 120 ◦ green 79 ◦ blue 172

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

Shades of Studio #784FAC

Tints of Studio #784FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 32.35%
G = 21.29%
B = 46.36%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#784FAC (or 0x784FAC) is known color: Studio. HEX triplet: 78, 4F and AC. RGB value is (120,79,172). Sum of RGB (Red+Green+Blue) = 120+79+172=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #784FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784FAC is #87B053. Grayscale: #656565. Windows color (decimal): -8892500 or 11292536. OLE color: 11292536.

HSL color Cylindrical-coordinate representation of color #784FAC: hue angle of 266.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784FAC is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 79 172 -
CMYK 0.30 0.54 0 0.33
HSL 266.45º 0.37% 0.49% -
HSV(B) 266.45º 0.54% 0.67% -
XYZ 17.99 12.56 40.51 -
YUV 101.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 120 79 172 0.30 0.54 0 0.33 266.45 0.37 0.49
Hex 78 4F AC 1E 36 0 21 10A 25 31
Octal 170 117 254 36 66 0 41 412 45 61
Binary 1111000 1001111 10101100 11110 110110 0 100001 100001010 100101 110001

Color Harmonies of #784FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FAC

Black with #784FAC

Text Example


Text Example

White with #784FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784FAC; }

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

 H1.HeaderClassName
 {
   color: #784FAC;
 }
 .AnyTagClassName
 {
   color: #784FAC;
 }
</style>

background-color css

<style>
 a { background-color: #784FAC; }

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

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

border-color css

<style>
 span { border-color: #784FAC; }

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

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