#650A3F

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

Shades of Tyrian Purple #650A3F

Tints of Tyrian Purple #650A3F

Color information

#650A3F (or 0x650A3F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0A and 3F. RGB value is (101,10,63). Sum of RGB (Red+Green+Blue) = 101+10+63=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #650A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A3F is #9AF5C0. Grayscale: #2B2B2B. Windows color (decimal): -10155457 or 4131429. OLE color: 4131429.

HSL color Cylindrical-coordinate representation of color #650A3F: hue angle of 325.05º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A3F is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1011063-
CMYK00.900.380.60
HSL325.05º81.98%21.76%-
HSV(B)325.05º90.1%39.61%-
XYZ6.373.345.01-
YUV43.25139.15169.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 63 (25% from 255) = 36.21%
R=58.05%
G=5.75%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101106300.900.380.60325.0581.9821.76
Hex65A3F05A263C1455216
Octal14512770132467450512226
Binary1100101101011111101011010100110111100101000101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A3F; }

 p { color: rgb(101,10,63); }

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

<style>
 a { background-color: #650A3F; }

 a { background-color: rgb(101,10,63); }

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

<style>
 span { border-color: #650A3F; }

 span { border-color: rgb(101,10,63); }

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