#65024F

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

Shades of Tyrian Purple #65024F

Tints of Tyrian Purple #65024F

Color information

#65024F (or 0x65024F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 4F. RGB value is (101,2,79). Sum of RGB (Red+Green+Blue) = 101+2+79=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65024F is #9AFDB0. Grayscale: #282828. Windows color (decimal): -10157489 or 5177957. OLE color: 5177957.

HSL color Cylindrical-coordinate representation of color #65024F: hue angle of 313.33º 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 #65024F is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB101279-
CMYK00.980.220.60
HSL313.33º96.12%20.2%-
HSV(B)313.33º98.02%39.61%-
XYZ6.83.377.69-
YUV40.38149.8171.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=55.49%
G=1.10%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10127900.980.220.60313.3396.1220.2
Hex6524F062163C1396014
Octal14521170142267447114024
Binary11001011010011110110001010110111100100111001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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