#650855

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

Shades of Tyrian Purple #650855

Tints of Tyrian Purple #650855

Color information

#650855 (or 0x650855) is unknown color: approx Tyrian Purple. HEX triplet: 65, 08 and 55. RGB value is (101,8,85). Sum of RGB (Red+Green+Blue) = 101+8+85=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #650855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650855 is #9AF7AA. Grayscale: #2C2C2C. Windows color (decimal): -10155947 or 5572709. OLE color: 5572709.

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

Color convert

RGB101885-
CMYK00.920.160.60
HSL310.32º85.32%21.37%-
HSV(B)310.32º92.08%39.61%-
XYZ7.093.68.91-
YUV44.58150.81168.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 8 (3.52% from 255) = 4.12%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=52.06%
G=4.12%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10188500.920.160.60310.3285.3221.37
Hex6585505C103C1365515
Octal145101250134207446612525
Binary1100101100010101010101110010000111100100110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650855; }

 p { color: rgb(101,8,85); }

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

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

 a { background-color: rgb(101,8,85); }

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

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

 span { border-color: rgb(101,8,85); }

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