Html Css Color HEX #78429D Studio

📋 copy color: '#78429D'

red 120 ◦ green 66 ◦ blue 157

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

Shades of Studio #78429D

Tints of Studio #78429D

RGB

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

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

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

R = 34.99%
G = 19.24%
B = 45.77%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78429D (or 0x78429D) is known color: Studio. HEX triplet: 78, 42 and 9D. RGB value is (120,66,157). Sum of RGB (Red+Green+Blue) = 120+66+157=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #78429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78429D is #87BD62. Grayscale: #5C5C5C. Windows color (decimal): -8895843 or 10306168. OLE color: 10306168.

HSL color Cylindrical-coordinate representation of color #78429D: hue angle of 275.6º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78429D is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 66 157 -
CMYK 0.24 0.58 0 0.38
HSL 275.6º 0.41% 0.44% -
HSV(B) 275.6º 0.58% 0.62% -
XYZ 15.78 10.32 33.06 -
YUV 92.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 120 66 157 0.24 0.58 0 0.38 275.6 0.41 0.44
Hex 78 42 9D 18 3A 0 26 114 29 2C
Octal 170 102 235 30 72 0 46 424 51 54
Binary 1111000 1000010 10011101 11000 111010 0 100110 100010100 101001 101100

Color Harmonies of #78429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78429D

Black with #78429D

Text Example


Text Example

White with #78429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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