#65013A

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

Shades of Tyrian Purple #65013A

Tints of Tyrian Purple #65013A

Color information

#65013A (or 0x65013A) is unknown color: approx Tyrian Purple. HEX triplet: 65, 01 and 3A. RGB value is (101,1,58). Sum of RGB (Red+Green+Blue) = 101+1+58=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #65013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65013A is #9AFEC5. Grayscale: #252525. Windows color (decimal): -10157766 or 3801445. OLE color: 3801445.

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

Color convert

RGB101158-
CMYK00.990.430.60
HSL325.8º98.04%20%-
HSV(B)325.8º99.01%39.61%-
XYZ6.143.094.28-
YUV37.4139.63173.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=63.12%
G=0.62%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10115800.990.430.60325.898.0420
Hex6513A0632B3C1466214
Octal1451720143537450614224
Binary1100101111101001100011101011111100101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65013A; }

 p { color: rgb(101,1,58); }

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

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

 a { background-color: rgb(101,1,58); }

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

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

 span { border-color: rgb(101,1,58); }

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