#65063C

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

Shades of Tyrian Purple #65063C

Tints of Tyrian Purple #65063C

Color information

#65063C (or 0x65063C) is unknown color: approx Tyrian Purple. HEX triplet: 65, 06 and 3C. RGB value is (101,6,60). Sum of RGB (Red+Green+Blue) = 101+6+60=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65063C is #9AF9C3. Grayscale: #282828. Windows color (decimal): -10156484 or 3933797. OLE color: 3933797.

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

Color convert

RGB101660-
CMYK00.940.410.60
HSL325.89º88.79%20.98%-
HSV(B)325.89º94.06%39.61%-
XYZ6.253.224.57-
YUV40.56138.97171.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.48%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=60.48%
G=3.59%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10166000.940.410.60325.8988.7920.98
Hex6563C05E293C1465915
Octal1456740136517450613125
Binary110010111011110001011110101001111100101000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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