#650351

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

Shades of Tyrian Purple #650351

Tints of Tyrian Purple #650351

Color information

#650351 (or 0x650351) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 51. RGB value is (101,3,81). Sum of RGB (Red+Green+Blue) = 101+3+81=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #650351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650351 is #9AFCAE. Grayscale: #282828. Windows color (decimal): -10157231 or 5309285. OLE color: 5309285.

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

Color convert

RGB101381-
CMYK00.970.200.60
HSL312.24º94.23%20.39%-
HSV(B)312.24º97.03%39.61%-
XYZ6.883.438.08-
YUV41.19150.47170.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=54.59%
G=1.62%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10138100.970.200.60312.2494.2320.39
Hex65351061143C1385e14
Octal14531210141247447013624
Binary11001011110100010110000110100111100100111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650351; }

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

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

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

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

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

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

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

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