#651133

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

Shades of Tyrian Purple #651133

Tints of Tyrian Purple #651133

Color information

#651133 (or 0x651133) is unknown color: approx Tyrian Purple. HEX triplet: 65, 11 and 33. RGB value is (101,17,51). Sum of RGB (Red+Green+Blue) = 101+17+51=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #651133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651133 is #9AEECC. Grayscale: #2D2D2D. Windows color (decimal): -10153677 or 3346789. OLE color: 3346789.

HSL color Cylindrical-coordinate representation of color #651133: hue angle of 335.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651133 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1011751-
CMYK00.830.500.60
HSL335.71º71.19%23.14%-
HSV(B)335.71º83.17%39.61%-
XYZ6.163.413.46-
YUV45.99130.83167.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.76%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=59.76%
G=10.06%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101175100.830.500.60335.7171.1923.14
Hex651133053323C1504717
Octal14521630123627452010727
Binary11001011000111001101010011110010111100101010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651133; }

 p { color: rgb(101,17,51); }

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

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

 a { background-color: rgb(101,17,51); }

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

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

 span { border-color: rgb(101,17,51); }

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