Html Css Color HEX #784897 Studio

📋 copy color: '#784897'

red 120 ◦ green 72 ◦ blue 151

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

Shades of Studio #784897

Tints of Studio #784897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 151 (59.38% from 255) = 44.02%

R = 34.99%
G = 20.99%
B = 44.02%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#784897 (or 0x784897) is known color: Studio. HEX triplet: 78, 48 and 97. RGB value is (120,72,151). Sum of RGB (Red+Green+Blue) = 120+72+151=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #784897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784897 is #87B768. Grayscale: #5F5F5F. Windows color (decimal): -8894313 or 9914488. OLE color: 9914488.

HSL color Cylindrical-coordinate representation of color #784897: hue angle of 276.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784897 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 72 151 -
CMYK 0.21 0.52 0 0.41
HSL 276.46º 0.35% 0.44% -
HSV(B) 276.46º 0.52% 0.59% -
XYZ 15.65 10.86 30.55 -
YUV 95.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 120 72 151 0.21 0.52 0 0.41 276.46 0.35 0.44
Hex 78 48 97 15 34 0 29 114 23 2C
Octal 170 110 227 25 64 0 51 424 43 54
Binary 1111000 1001000 10010111 10101 110100 0 101001 100010100 100011 101100

Color Harmonies of #784897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784897

Black with #784897

Text Example


Text Example

White with #784897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784897; }

 p { color: rgb(120,72,151); }

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

background-color css

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

 a { background-color: rgb(120,72,151); }

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

border-color css

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

 span { border-color: rgb(120,72,151); }

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