#64094B

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

Shades of Tyrian Purple #64094B

Tints of Tyrian Purple #64094B

Color information

#64094B (or 0x64094B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 09 and 4B. RGB value is (100,9,75). Sum of RGB (Red+Green+Blue) = 100+9+75=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64094B is #9BF6B4. Grayscale: #2B2B2B. Windows color (decimal): -10221237 or 4917604. OLE color: 4917604.

HSL color Cylindrical-coordinate representation of color #64094B: hue angle of 316.48º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64094B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB100975-
CMYK00.910.250.61
HSL316.48º83.49%21.37%-
HSV(B)316.48º91%39.22%-
XYZ6.623.416.97-
YUV43.73145.65168.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.35%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=54.35%
G=4.89%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10097500.910.250.61316.4883.4921.37
Hex6494B05B193D13c5315
Octal144111130133317547412325
Binary1100100100110010110101101111001111101100111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64094B; }

 p { color: rgb(100,9,75); }

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

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

 a { background-color: rgb(100,9,75); }

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

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

 span { border-color: rgb(100,9,75); }

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