#65023B

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

Shades of Tyrian Purple #65023B

Tints of Tyrian Purple #65023B

Color information

#65023B (or 0x65023B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 3B. RGB value is (101,2,59). Sum of RGB (Red+Green+Blue) = 101+2+59=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65023B is #9AFDC4. Grayscale: #252525. Windows color (decimal): -10157509 or 3867237. OLE color: 3867237.

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

Color convert

RGB101259-
CMYK00.980.420.60
HSL325.45º96.12%20.2%-
HSV(B)325.45º98.02%39.61%-
XYZ6.183.134.42-
YUV38.1139.8172.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=62.35%
G=1.23%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10125900.980.420.60325.4596.1220.2
Hex6523B0622A3C1456014
Octal1452730142527450514024
Binary11001011011101101100010101010111100101000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65023B; }

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

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

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

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

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

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

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

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