#65062B

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

Shades of Tyrian Purple #65062B

Tints of Tyrian Purple #65062B

Color information

#65062B (or 0x65062B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 06 and 2B. RGB value is (101,6,43). Sum of RGB (Red+Green+Blue) = 101+6+43=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062B is #9AF9D4. Grayscale: #262626. Windows color (decimal): -10156501 or 2819685. OLE color: 2819685.

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

Color convert

RGB101643-
CMYK00.940.570.60
HSL336.63º88.79%20.98%-
HSV(B)336.63º94.06%39.61%-
XYZ5.873.072.57-
YUV38.62130.47172.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.33%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=67.33%
G=4%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10164300.940.570.60336.6388.7920.98
Hex6562B05E393C1515915
Octal1456530136717452113125
Binary110010111010101101011110111001111100101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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