#65074F

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

Shades of Tyrian Purple #65074F

Tints of Tyrian Purple #65074F

Color information

#65074F (or 0x65074F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 4F. RGB value is (101,7,79). Sum of RGB (Red+Green+Blue) = 101+7+79=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65074F is #9AF8B0. Grayscale: #2B2B2B. Windows color (decimal): -10156209 or 5179237. OLE color: 5179237.

HSL color Cylindrical-coordinate representation of color #65074F: hue angle of 314.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65074F is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB101779-
CMYK00.930.220.60
HSL314.04º87.04%21.18%-
HSV(B)314.04º93.07%39.61%-
XYZ6.853.487.71-
YUV43.31148.14169.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.01%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=54.01%
G=3.74%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10177900.930.220.60314.0487.0421.18
Hex6574F05D163C13a5715
Octal14571170135267447212725
Binary110010111110011110101110110110111100100111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65074F; }

 p { color: rgb(101,7,79); }

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

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

 a { background-color: rgb(101,7,79); }

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

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

 span { border-color: rgb(101,7,79); }

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