Html Css Color HEX #784398 Studio

📋 copy color: '#784398'

red 120 ◦ green 67 ◦ blue 152

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

Shades of Studio #784398

Tints of Studio #784398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 35.4%
G = 19.76%
B = 44.84%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#784398 (or 0x784398) is known color: Studio. HEX triplet: 78, 43 and 98. RGB value is (120,67,152). Sum of RGB (Red+Green+Blue) = 120+67+152=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #784398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784398 is #87BC67. Grayscale: #5C5C5C. Windows color (decimal): -8895592 or 9978744. OLE color: 9978744.

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

Color convert

RGB 120 67 152 -
CMYK 0.21 0.56 0 0.40
HSL 277.41º 0.39% 0.43% -
HSV(B) 277.41º 0.56% 0.6% -
XYZ 15.42 10.27 30.88 -
YUV 92.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 120 67 152 0.21 0.56 0 0.40 277.41 0.39 0.43
Hex 78 43 98 15 38 0 28 115 27 2B
Octal 170 103 230 25 70 0 50 425 47 53
Binary 1111000 1000011 10011000 10101 111000 0 101000 100010101 100111 101011

Color Harmonies of #784398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784398

Black with #784398

Text Example


Text Example

White with #784398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784398; }

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

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

background-color css

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

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

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

border-color css

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

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

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