#650454

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

Shades of Tyrian Purple #650454

Tints of Tyrian Purple #650454

Color information

#650454 (or 0x650454) is unknown color: approx Tyrian Purple. HEX triplet: 65, 04 and 54. RGB value is (101,4,84). Sum of RGB (Red+Green+Blue) = 101+4+84=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650454 is #9AFBAB. Grayscale: #292929. Windows color (decimal): -10156972 or 5506149. OLE color: 5506149.

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

Color convert

RGB101484-
CMYK00.960.170.60
HSL310.52º92.38%20.59%-
HSV(B)310.52º96.04%39.61%-
XYZ7.013.498.69-
YUV42.12151.64170-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.44%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=53.44%
G=2.12%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10148400.960.170.60310.5292.3820.59
Hex65454060113C1375c15
Octal14541240140217446713425
Binary110010110010101000110000010001111100100110111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650454; }

 p { color: rgb(101,4,84); }

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

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

 a { background-color: rgb(101,4,84); }

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

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

 span { border-color: rgb(101,4,84); }

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