#65063B

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

Shades of Tyrian Purple #65063B

Tints of Tyrian Purple #65063B

Color information

#65063B (or 0x65063B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 06 and 3B. RGB value is (101,6,59). Sum of RGB (Red+Green+Blue) = 101+6+59=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65063B is #9AF9C4. Grayscale: #282828. Windows color (decimal): -10156485 or 3868261. OLE color: 3868261.

HSL color Cylindrical-coordinate representation of color #65063B: hue angle of 326.53º 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 #65063B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB101659-
CMYK00.940.420.60
HSL326.53º88.79%20.98%-
HSV(B)326.53º94.06%39.61%-
XYZ6.223.214.43-
YUV40.45138.47171.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=60.84%
G=3.61%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10165900.940.420.60326.5388.7920.98
Hex6563B05E2A3C1475915
Octal1456730136527450713125
Binary110010111011101101011110101010111100101000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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