#650243

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

Shades of Tyrian Purple #650243

Tints of Tyrian Purple #650243

Color information

#650243 (or 0x650243) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 43. RGB value is (101,2,67). Sum of RGB (Red+Green+Blue) = 101+2+67=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #650243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650243 is #9AFDBC. Grayscale: #262626. Windows color (decimal): -10157501 or 4391525. OLE color: 4391525.

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

Color convert

RGB101267-
CMYK00.980.340.60
HSL320.61º96.12%20.2%-
HSV(B)320.61º98.02%39.61%-
XYZ6.43.225.59-
YUV39.01143.8172.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=59.41%
G=1.18%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10126700.980.340.60320.6196.1220.2
Hex65243062223C1416014
Octal14521030142427450114024
Binary110010110100001101100010100010111100101000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650243; }

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

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

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

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

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

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

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

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