#65043F

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

Shades of Tyrian Purple #65043F

Tints of Tyrian Purple #65043F

Color information

#65043F (or 0x65043F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 04 and 3F. RGB value is (101,4,63). Sum of RGB (Red+Green+Blue) = 101+4+63=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65043F is #9AFBC0. Grayscale: #272727. Windows color (decimal): -10156993 or 4129893. OLE color: 4129893.

HSL color Cylindrical-coordinate representation of color #65043F: hue angle of 323.51º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65043F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB101463-
CMYK00.960.380.60
HSL323.51º92.38%20.59%-
HSV(B)323.51º96.04%39.61%-
XYZ6.313.214.99-
YUV39.73141.14171.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 63 (25% from 255) = 37.5%
R=60.12%
G=2.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10146300.960.380.60323.5192.3820.59
Hex6543F060263C1445c15
Octal1454770140467450413425
Binary110010110011111101100000100110111100101000100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,4,63); }

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

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

 a { background-color: rgb(101,4,63); }

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

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

 span { border-color: rgb(101,4,63); }

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