Html Css Color HEX #780658 Tyrian Purple

📋 copy color: '#780658'

red 120 ◦ green 6 ◦ blue 88

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

Shades of Tyrian Purple #780658

Tints of Tyrian Purple #780658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 56.07%
G = 2.8%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#780658 (or 0x780658) is known color: Tyrian Purple. HEX triplet: 78, 06 and 58. RGB value is (120,6,88). Sum of RGB (Red+Green+Blue) = 120+6+88=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780658 is #87F9A7. Grayscale: #313131. Windows color (decimal): -8911272 or 5768824. OLE color: 5768824.

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

Color convert

RGB 120 6 88 -
CMYK 0 0.95 0.27 0.53
HSL 316.84º 0.9% 0.25% -
HSV(B) 316.84º 0.95% 0.47% -
XYZ 9.57 4.83 9.66 -
YUV 49.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 120 6 88 0 0.95 0.27 0.53 316.84 0.9 0.25
Hex 78 6 58 0 5F 1B 35 13D 5A 19
Octal 170 6 130 0 137 33 65 475 132 31
Binary 1111000 110 1011000 0 1011111 11011 110101 100111101 1011010 11001

Color Harmonies of #780658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780658

Black with #780658

Text Example


Text Example

White with #780658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780658; }

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

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

background-color css

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

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

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

border-color css

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

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

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