#780635

Color #780635 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #780635

Tints of Tyrian Purple #780635

Color information

#780635 (or 0x780635) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 35. RGB value is (120,6,53). Sum of RGB (Red+Green+Blue) = 120+6+53=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780635 is #87F9CA. Grayscale: #2D2D2D. Windows color (decimal): -8911307 or 3475064. OLE color: 3475064.

HSL color Cylindrical-coordinate representation of color #780635: hue angle of 335.26º 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 #780635 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB120653-
CMYK00.950.560.53
HSL335.26º90.48%24.71%-
HSV(B)335.26º95%47.06%-
XYZ8.454.383.77-
YUV45.44132.27181.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=67.04%
G=3.35%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12065300.950.560.53335.2690.4824.71
Hex7863505F383514f5a19
Octal1706650137706551713231
Binary111100011011010101011111111000110101101001111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780635; }

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

 H1.HeaderClassName
 {
   color: #780635;
 }
 .AnyTagClassName
 {
   color: #780635;
 }
</style>
background-color css

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

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

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

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

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

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