#65034C

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

Shades of Tyrian Purple #65034C

Tints of Tyrian Purple #65034C

Color information

#65034C (or 0x65034C) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 4C. RGB value is (101,3,76). Sum of RGB (Red+Green+Blue) = 101+3+76=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65034C is #9AFCB3. Grayscale: #282828. Windows color (decimal): -10157236 or 4981605. OLE color: 4981605.

HSL color Cylindrical-coordinate representation of color #65034C: hue angle of 315.31º 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 #65034C is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB101376-
CMYK00.970.250.60
HSL315.31º94.23%20.39%-
HSV(B)315.31º97.03%39.61%-
XYZ6.73.357.13-
YUV40.62147.97171.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=56.11%
G=1.67%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137600.970.250.60315.3194.2320.39
Hex6534C061193C13b5e14
Octal14531140141317447313624
Binary11001011110011000110000111001111100100111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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