#650226

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

Shades of Tyrian Purple #650226

Tints of Tyrian Purple #650226

Color information

#650226 (or 0x650226) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 26. RGB value is (101,2,38). Sum of RGB (Red+Green+Blue) = 101+2+38=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650226 is #9AFDD9. Grayscale: #232323. Windows color (decimal): -10157530 or 2490981. OLE color: 2490981.

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

Color convert

RGB101238-
CMYK00.980.620.60
HSL338.18º96.12%20.2%-
HSV(B)338.18º98.02%39.61%-
XYZ5.742.952.1-
YUV35.7129.3174.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.63%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=71.63%
G=1.42%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123800.980.620.60338.1896.1220.2
Hex652260623E3C1526014
Octal1452460142767452214024
Binary11001011010011001100010111110111100101010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650226; }

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

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

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

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

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

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

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

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