#65104B

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

Shades of Tyrian Purple #65104B

Tints of Tyrian Purple #65104B

Color information

#65104B (or 0x65104B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 10 and 4B. RGB value is (101,16,75). Sum of RGB (Red+Green+Blue) = 101+16+75=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65104B is #9AEFB4. Grayscale: #2F2F2F. Windows color (decimal): -10153909 or 4919397. OLE color: 4919397.

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

Color convert

RGB1011675-
CMYK00.840.260.60
HSL318.35º72.65%22.94%-
HSV(B)318.35º84.16%39.61%-
XYZ6.823.657-
YUV48.14143.16165.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=52.60%
G=8.33%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101167500.840.260.60318.3572.6522.94
Hex65104B0541A3C13e4917
Octal145201130124327447611127
Binary11001011000010010110101010011010111100100111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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