#65052D

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

Shades of Tyrian Purple #65052D

Tints of Tyrian Purple #65052D

Color information

#65052D (or 0x65052D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 2D. RGB value is (101,5,45). Sum of RGB (Red+Green+Blue) = 101+5+45=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65052D is #9AFAD2. Grayscale: #262626. Windows color (decimal): -10156755 or 2950501. OLE color: 2950501.

HSL color Cylindrical-coordinate representation of color #65052D: hue angle of 335º 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 #65052D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB101545-
CMYK00.950.550.60
HSL335º90.57%20.78%-
HSV(B)335º95.05%39.61%-
XYZ5.893.062.76-
YUV38.26131.8172.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.89%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=66.89%
G=3.31%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10154500.950.550.6033590.5720.78
Hex6552D05F373C14f5b15
Octal1455550137677451713325
Binary110010110110110101011111110111111100101001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65052D; }

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

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

<style>
 a { background-color: #65052D; }

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

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

<style>
 span { border-color: #65052D; }

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

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