Html Css Color HEX #780358 Tyrian Purple

📋 copy color: '#780358'

red 120 ◦ green 3 ◦ blue 88

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

Shades of Tyrian Purple #780358

Tints of Tyrian Purple #780358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 56.87%
G = 1.42%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#780358 (or 0x780358) is known color: Tyrian Purple. HEX triplet: 78, 03 and 58. RGB value is (120,3,88). Sum of RGB (Red+Green+Blue) = 120+3+88=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #780358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780358 is #87FCA7. Grayscale: #2F2F2F. Windows color (decimal): -8912040 or 5768056. OLE color: 5768056.

HSL color Cylindrical-coordinate representation of color #780358: hue angle of 316.41º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780358 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 88 -
CMYK 0 0.98 0.27 0.53
HSL 316.41º 0.95% 0.24% -
HSV(B) 316.41º 0.98% 0.47% -
XYZ 9.54 4.76 9.65 -
YUV 47.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 120 3 88 0 0.98 0.27 0.53 316.41 0.95 0.24
Hex 78 3 58 0 62 1B 35 13C 5F 18
Octal 170 3 130 0 142 33 65 474 137 30
Binary 1111000 11 1011000 0 1100010 11011 110101 100111100 1011111 11000

Color Harmonies of #780358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780358

Black with #780358

Text Example


Text Example

White with #780358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780358; }

 p { color: rgb(120,3,88); }

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

background-color css

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

 a { background-color: rgb(120,3,88); }

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

border-color css

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

 span { border-color: rgb(120,3,88); }

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