#65024B

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

Shades of Tyrian Purple #65024B

Tints of Tyrian Purple #65024B

Color information

#65024B (or 0x65024B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 4B. RGB value is (101,2,75). Sum of RGB (Red+Green+Blue) = 101+2+75=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65024B is #9AFDB4. Grayscale: #272727. Windows color (decimal): -10157493 or 4915813. OLE color: 4915813.

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

Color convert

RGB101275-
CMYK00.980.260.60
HSL315.76º96.12%20.2%-
HSV(B)315.76º98.02%39.61%-
XYZ6.663.326.95-
YUV39.92147.8171.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=56.74%
G=1.12%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10127500.980.260.60315.7696.1220.2
Hex6524B0621A3C13c6014
Octal14521130142327447414024
Binary11001011010010110110001011010111100100111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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