Html Css Color HEX #78419F Studio

📋 copy color: '#78419F'

red 120 ◦ green 65 ◦ blue 159

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

Shades of Studio #78419F

Tints of Studio #78419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 34.88%
G = 18.9%
B = 46.22%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78419F (or 0x78419F) is known color: Studio. HEX triplet: 78, 41 and 9F. RGB value is (120,65,159). Sum of RGB (Red+Green+Blue) = 120+65+159=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #78419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78419F is #87BE60. Grayscale: #5B5B5B. Windows color (decimal): -8896097 or 10436984. OLE color: 10436984.

HSL color Cylindrical-coordinate representation of color #78419F: hue angle of 275.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78419F is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 65 159 -
CMYK 0.25 0.59 0 0.38
HSL 275.11º 0.42% 0.44% -
HSV(B) 275.11º 0.59% 0.62% -
XYZ 15.89 10.28 33.95 -
YUV 92.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 120 65 159 0.25 0.59 0 0.38 275.11 0.42 0.44
Hex 78 41 9F 19 3B 0 26 113 2A 2C
Octal 170 101 237 31 73 0 46 423 52 54
Binary 1111000 1000001 10011111 11001 111011 0 100110 100010011 101010 101100

Color Harmonies of #78419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78419F

Black with #78419F

Text Example


Text Example

White with #78419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78419F; }

 p { color: rgb(120,65,159); }

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

background-color css

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

 a { background-color: rgb(120,65,159); }

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

border-color css

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

 span { border-color: rgb(120,65,159); }

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