#650342

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

Shades of Tyrian Purple #650342

Tints of Tyrian Purple #650342

Color information

#650342 (or 0x650342) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 42. RGB value is (101,3,66). Sum of RGB (Red+Green+Blue) = 101+3+66=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #650342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650342 is #9AFCBD. Grayscale: #272727. Windows color (decimal): -10157246 or 4326245. OLE color: 4326245.

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

Color convert

RGB101366-
CMYK00.970.350.60
HSL321.43º94.23%20.39%-
HSV(B)321.43º97.03%39.61%-
XYZ6.383.235.44-
YUV39.48142.97171.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=59.41%
G=1.76%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10136600.970.350.60321.4394.2320.39
Hex65342061233C1415e14
Octal14531020141437450113624
Binary110010111100001001100001100011111100101000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650342; }

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

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

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

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

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

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

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

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