#650D44

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

Shades of Tyrian Purple #650D44

Tints of Tyrian Purple #650D44

Color information

#650D44 (or 0x650D44) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0D and 44. RGB value is (101,13,68). Sum of RGB (Red+Green+Blue) = 101+13+68=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #650D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D44 is #9AF2BB. Grayscale: #2D2D2D. Windows color (decimal): -10154684 or 4459877. OLE color: 4459877.

HSL color Cylindrical-coordinate representation of color #650D44: hue angle of 322.5º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D44 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB1011368-
CMYK00.870.330.60
HSL322.5º77.19%22.35%-
HSV(B)322.5º87.13%39.61%-
XYZ6.553.475.79-
YUV45.58140.65167.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=55.49%
G=7.14%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101136800.870.330.60322.577.1922.35
Hex65D44057213C1424d16
Octal145151040127417450211526
Binary11001011101100010001010111100001111100101000010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,13,68); }

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

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

 a { background-color: rgb(101,13,68); }

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

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

 span { border-color: rgb(101,13,68); }

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