#65094B

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

Shades of Tyrian Purple #65094B

Tints of Tyrian Purple #65094B

Color information

#65094B (or 0x65094B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 4B. RGB value is (101,9,75). Sum of RGB (Red+Green+Blue) = 101+9+75=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65094B is #9AF6B4. Grayscale: #2B2B2B. Windows color (decimal): -10155701 or 4917605. OLE color: 4917605.

HSL color Cylindrical-coordinate representation of color #65094B: hue angle of 316.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65094B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB101975-
CMYK00.910.260.60
HSL316.96º83.64%21.57%-
HSV(B)316.96º91.09%39.61%-
XYZ6.733.476.97-
YUV44.03145.48168.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=54.59%
G=4.86%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10197500.910.260.60316.9683.6421.57
Hex6594B05B1A3C13d5416
Octal145111130133327447512426
Binary1100101100110010110101101111010111100100111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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