Html Css Color HEX #784297 Studio

📋 copy color: '#784297'

red 120 ◦ green 66 ◦ blue 151

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

Shades of Studio #784297

Tints of Studio #784297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 35.61%
G = 19.58%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#784297 (or 0x784297) is known color: Studio. HEX triplet: 78, 42 and 97. RGB value is (120,66,151). Sum of RGB (Red+Green+Blue) = 120+66+151=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #784297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784297 is #87BD68. Grayscale: #5B5B5B. Windows color (decimal): -8895849 or 9912952. OLE color: 9912952.

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

Color convert

RGB 120 66 151 -
CMYK 0.21 0.56 0 0.41
HSL 278.12º 0.39% 0.43% -
HSV(B) 278.12º 0.56% 0.59% -
XYZ 15.28 10.12 30.43 -
YUV 91.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 120 66 151 0.21 0.56 0 0.41 278.12 0.39 0.43
Hex 78 42 97 15 38 0 29 116 27 2B
Octal 170 102 227 25 70 0 51 426 47 53
Binary 1111000 1000010 10010111 10101 111000 0 101001 100010110 100111 101011

Color Harmonies of #784297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784297

Black with #784297

Text Example


Text Example

White with #784297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784297; }

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

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

background-color css

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

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

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

border-color css

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

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

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