#65024E

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

Shades of Tyrian Purple #65024E

Tints of Tyrian Purple #65024E

Color information

#65024E (or 0x65024E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 4E. RGB value is (101,2,78). Sum of RGB (Red+Green+Blue) = 101+2+78=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65024E is #9AFDB1. Grayscale: #282828. Windows color (decimal): -10157490 or 5112421. OLE color: 5112421.

HSL color Cylindrical-coordinate representation of color #65024E: hue angle of 313.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65024E is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB101278-
CMYK00.980.230.60
HSL313.94º96.12%20.2%-
HSV(B)313.94º98.02%39.61%-
XYZ6.763.367.5-
YUV40.26149.3171.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=55.80%
G=1.10%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10127800.980.230.60313.9496.1220.2
Hex6524E062173C13a6014
Octal14521160142277447214024
Binary11001011010011100110001010111111100100111010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65024E; }

 p { color: rgb(101,2,78); }

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

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

 a { background-color: rgb(101,2,78); }

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

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

 span { border-color: rgb(101,2,78); }

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