#780234

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

Shades of Tyrian Purple #780234

Tints of Tyrian Purple #780234

Color information

#780234 (or 0x780234) is unknown color: approx Tyrian Purple. HEX triplet: 78, 02 and 34. RGB value is (120,2,52). Sum of RGB (Red+Green+Blue) = 120+2+52=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #780234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780234 is #87FDCB. Grayscale: #2A2A2A. Windows color (decimal): -8912332 or 3408504. OLE color: 3408504.

HSL color Cylindrical-coordinate representation of color #780234: hue angle of 334.58º degrees, saturation: 0.97, 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 #780234 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB120252-
CMYK00.980.570.53
HSL334.58º96.72%23.92%-
HSV(B)334.58º98.33%47.06%-
XYZ8.394.283.63-
YUV42.98133.09182.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=68.97%
G=1.15%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12025200.980.570.53334.5896.7223.92
Hex78234062393514f6118
Octal1702640142716551714130
Binary11110001011010001100010111001110101101001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780234; }

 p { color: rgb(120,2,52); }

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

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

 a { background-color: rgb(120,2,52); }

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

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

 span { border-color: rgb(120,2,52); }

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