#4B0644

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

Shades of Tyrian Purple #4B0644

Tints of Tyrian Purple #4B0644

Color information

#4B0644 (or 0x4B0644) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 06 and 44. RGB value is (75,6,68). Sum of RGB (Red+Green+Blue) = 75+6+68=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0644 is #B4F9BB. Grayscale: #212121. Windows color (decimal): -11860412 or 4458059. OLE color: 4458059.

HSL color Cylindrical-coordinate representation of color #4B0644: hue angle of 306.09º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0644 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB75668-
CMYK00.920.090.71
HSL306.09º85.19%15.88%-
HSV(B)306.09º92%29.41%-
XYZ4.012.045.65-
YUV33.7147.36157.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=50.34%
G=4.03%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7566800.920.090.71306.0985.1915.88
Hex4B64405C9471325510
Octal113610401341110746212520
Binary100101111010001000101110010011000111100110010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0644; }

 p { color: rgb(75,6,68); }

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

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

 a { background-color: rgb(75,6,68); }

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

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

 span { border-color: rgb(75,6,68); }

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