#650142

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

Shades of Tyrian Purple #650142

Tints of Tyrian Purple #650142

Color information

#650142 (or 0x650142) is unknown color: approx Tyrian Purple. HEX triplet: 65, 01 and 42. RGB value is (101,1,66). Sum of RGB (Red+Green+Blue) = 101+1+66=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #650142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650142 is #9AFEBD. Grayscale: #262626. Windows color (decimal): -10157758 or 4325733. OLE color: 4325733.

HSL color Cylindrical-coordinate representation of color #650142: hue angle of 321º 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 #650142 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB101166-
CMYK00.990.350.60
HSL321º98.04%20%-
HSV(B)321º99.01%39.61%-
XYZ6.363.185.43-
YUV38.31143.63172.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=60.12%
G=0.60%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116600.990.350.6032198.0420
Hex65142063233C1416214
Octal14511020143437450114224
Binary11001011100001001100011100011111100101000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650142; }

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

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

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

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

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

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

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

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