#650143

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

Shades of Tyrian Purple #650143

Tints of Tyrian Purple #650143

Color information

#650143 (or 0x650143) is unknown color: approx Tyrian Purple. HEX triplet: 65, 01 and 43. RGB value is (101,1,67). Sum of RGB (Red+Green+Blue) = 101+1+67=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #650143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650143 is #9AFEBC. Grayscale: #262626. Windows color (decimal): -10157757 or 4391269. OLE color: 4391269.

HSL color Cylindrical-coordinate representation of color #650143: hue angle of 320.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650143 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB101167-
CMYK00.990.340.60
HSL320.4º98.04%20%-
HSV(B)320.4º99.01%39.61%-
XYZ6.393.195.59-
YUV38.42144.13172.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.76%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 67 (26.56% from 255) = 39.64%
R=59.76%
G=0.59%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116700.990.340.60320.498.0420
Hex65143063223C1406214
Octal14511030143427450014224
Binary11001011100001101100011100010111100101000000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650143; }

 p { color: rgb(101,1,67); }

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

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

 a { background-color: rgb(101,1,67); }

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

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

 span { border-color: rgb(101,1,67); }

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