#650255

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

Shades of Tyrian Purple #650255

Tints of Tyrian Purple #650255

Color information

#650255 (or 0x650255) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 55. RGB value is (101,2,85). Sum of RGB (Red+Green+Blue) = 101+2+85=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #650255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650255 is #9AFDAA. Grayscale: #282828. Windows color (decimal): -10157483 or 5571173. OLE color: 5571173.

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

Color convert

RGB101285-
CMYK00.980.160.60
HSL309.7º96.12%20.2%-
HSV(B)309.7º98.02%39.61%-
XYZ7.033.478.89-
YUV41.06152.8170.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=53.72%
G=1.06%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10128500.980.160.60309.796.1220.2
Hex65255062103C1366014
Octal14521250142207446614024
Binary11001011010101010110001010000111100100110110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650255; }

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

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

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

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

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

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

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

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