#65042B

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

Shades of Tyrian Purple #65042B

Tints of Tyrian Purple #65042B

Color information

#65042B (or 0x65042B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 04 and 2B. RGB value is (101,4,43). Sum of RGB (Red+Green+Blue) = 101+4+43=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65042B is #9AFBD4. Grayscale: #252525. Windows color (decimal): -10157013 or 2819173. OLE color: 2819173.

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

Color convert

RGB101443-
CMYK00.960.570.60
HSL335.88º92.38%20.59%-
HSV(B)335.88º96.04%39.61%-
XYZ5.853.032.56-
YUV37.45131.14173.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.24%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=68.24%
G=2.70%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10144300.960.570.60335.8892.3820.59
Hex6542B060393C1505c15
Octal1454530140717452013425
Binary110010110010101101100000111001111100101010000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,4,43); }

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

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

 a { background-color: rgb(101,4,43); }

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

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

 span { border-color: rgb(101,4,43); }

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