Html Css Color HEX #78419D Studio

📋 copy color: '#78419D'

red 120 ◦ green 65 ◦ blue 157

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

Shades of Studio #78419D

Tints of Studio #78419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 35.09%
G = 19.01%
B = 45.91%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78419D (or 0x78419D) is known color: Studio. HEX triplet: 78, 41 and 9D. RGB value is (120,65,157). Sum of RGB (Red+Green+Blue) = 120+65+157=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #78419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78419D is #87BE62. Grayscale: #5B5B5B. Windows color (decimal): -8896099 or 10305912. OLE color: 10305912.

HSL color Cylindrical-coordinate representation of color #78419D: hue angle of 275.87º degrees, saturation: 0.41, 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 #78419D is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 65 157 -
CMYK 0.24 0.59 0 0.38
HSL 275.87º 0.41% 0.44% -
HSV(B) 275.87º 0.59% 0.62% -
XYZ 15.72 10.21 33.04 -
YUV 91.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 120 65 157 0.24 0.59 0 0.38 275.87 0.41 0.44
Hex 78 41 9D 18 3B 0 26 114 29 2C
Octal 170 101 235 30 73 0 46 424 51 54
Binary 1111000 1000001 10011101 11000 111011 0 100110 100010100 101001 101100

Color Harmonies of #78419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78419D

Black with #78419D

Text Example


Text Example

White with #78419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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