#650057

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

Shades of Tyrian Purple #650057

Tints of Tyrian Purple #650057

Color information

#650057 (or 0x650057) is unknown color: approx Tyrian Purple. HEX triplet: 65, 00 and 57. RGB value is (101,0,87). Sum of RGB (Red+Green+Blue) = 101+0+87=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #650057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650057 is #9AFFA8. Grayscale: #272727. Windows color (decimal): -10157993 or 5701733. OLE color: 5701733.

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

Color convert

RGB101087-
CMYK010.140.60
HSL308.32º100%19.8%-
HSV(B)308.32º100%39.61%-
XYZ7.093.459.31-
YUV40.12154.46171.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=53.72%
G=0%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101087010.140.60308.3210019.8
Hex65057064E3C1346414
Octal14501270144167446414424
Binary110010101010111011001001110111100100110100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650057; }

 p { color: rgb(101,0,87); }

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

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

 a { background-color: rgb(101,0,87); }

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

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

 span { border-color: rgb(101,0,87); }

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