#650C44

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

Shades of Tyrian Purple #650C44

Tints of Tyrian Purple #650C44

Color information

#650C44 (or 0x650C44) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0C and 44. RGB value is (101,12,68). Sum of RGB (Red+Green+Blue) = 101+12+68=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #650C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C44 is #9AF3BB. Grayscale: #2C2C2C. Windows color (decimal): -10154940 or 4459621. OLE color: 4459621.

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

Color convert

RGB1011268-
CMYK00.880.330.60
HSL322.25º78.76%22.16%-
HSV(B)322.25º88.12%39.61%-
XYZ6.543.455.79-
YUV45140.99167.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=55.80%
G=6.63%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101126800.880.330.60322.2578.7622.16
Hex65C44058213C1424f16
Octal145141040130417450211726
Binary11001011100100010001011000100001111100101000010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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