#65034E

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

Shades of Tyrian Purple #65034E

Tints of Tyrian Purple #65034E

Color information

#65034E (or 0x65034E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 4E. RGB value is (101,3,78). Sum of RGB (Red+Green+Blue) = 101+3+78=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65034E is #9AFCB1. Grayscale: #282828. Windows color (decimal): -10157234 or 5112677. OLE color: 5112677.

HSL color Cylindrical-coordinate representation of color #65034E: hue angle of 314.08º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65034E is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB101378-
CMYK00.970.230.60
HSL314.08º94.23%20.39%-
HSV(B)314.08º97.03%39.61%-
XYZ6.773.387.5-
YUV40.85148.97170.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=55.49%
G=1.65%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137800.970.230.60314.0894.2320.39
Hex6534E061173C13a5e14
Octal14531160141277447213624
Binary11001011110011100110000110111111100100111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65034E; }

 p { color: rgb(101,3,78); }

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

<style>
 a { background-color: #65034E; }

 a { background-color: rgb(101,3,78); }

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

<style>
 span { border-color: #65034E; }

 span { border-color: rgb(101,3,78); }

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