#65054B

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

Shades of Tyrian Purple #65054B

Tints of Tyrian Purple #65054B

Color information

#65054B (or 0x65054B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 4B. RGB value is (101,5,75). Sum of RGB (Red+Green+Blue) = 101+5+75=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65054B is #9AFAB4. Grayscale: #292929. Windows color (decimal): -10156725 or 4916581. OLE color: 4916581.

HSL color Cylindrical-coordinate representation of color #65054B: hue angle of 316.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65054B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB101575-
CMYK00.950.260.60
HSL316.25º90.57%20.78%-
HSV(B)316.25º95.05%39.61%-
XYZ6.693.386.96-
YUV41.68146.8170.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=55.80%
G=2.76%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10157500.950.260.60316.2590.5720.78
Hex6554B05F1A3C13c5b15
Octal14551130137327447413325
Binary110010110110010110101111111010111100100111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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