Html Css Color HEX #784498 Studio

📋 copy color: '#784498'

red 120 ◦ green 68 ◦ blue 152

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

Shades of Studio #784498

Tints of Studio #784498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 35.29%
G = 20%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#784498 (or 0x784498) is known color: Studio. HEX triplet: 78, 44 and 98. RGB value is (120,68,152). Sum of RGB (Red+Green+Blue) = 120+68+152=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #784498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784498 is #87BB67. Grayscale: #5C5C5C. Windows color (decimal): -8895336 or 9979000. OLE color: 9979000.

HSL color Cylindrical-coordinate representation of color #784498: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784498 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 68 152 -
CMYK 0.21 0.55 0 0.40
HSL 277.14º 0.38% 0.43% -
HSV(B) 277.14º 0.55% 0.6% -
XYZ 15.48 10.39 30.9 -
YUV 93.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 120 68 152 0.21 0.55 0 0.40 277.14 0.38 0.43
Hex 78 44 98 15 37 0 28 115 26 2B
Octal 170 104 230 25 67 0 50 425 46 53
Binary 1111000 1000100 10011000 10101 110111 0 101000 100010101 100110 101011

Color Harmonies of #784498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784498

Black with #784498

Text Example


Text Example

White with #784498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784498; }

 p { color: rgb(120,68,152); }

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

background-color css

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

 a { background-color: rgb(120,68,152); }

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

border-color css

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

 span { border-color: rgb(120,68,152); }

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