#65052E

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

Shades of Tyrian Purple #65052E

Tints of Tyrian Purple #65052E

Color information

#65052E (or 0x65052E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 2E. RGB value is (101,5,46). Sum of RGB (Red+Green+Blue) = 101+5+46=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65052E is #9AFAD1. Grayscale: #262626. Windows color (decimal): -10156754 or 3016037. OLE color: 3016037.

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

Color convert

RGB101546-
CMYK00.950.540.60
HSL334.38º90.57%20.78%-
HSV(B)334.38º95.05%39.61%-
XYZ5.913.072.87-
YUV38.38132.3172.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.45%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=66.45%
G=3.29%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10154600.950.540.60334.3890.5720.78
Hex6552E05F363C14e5b15
Octal1455560137667451613325
Binary110010110110111001011111110110111100101001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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