#65114E

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

Shades of Tyrian Purple #65114E

Tints of Tyrian Purple #65114E

Color information

#65114E (or 0x65114E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 11 and 4E. RGB value is (101,17,78). Sum of RGB (Red+Green+Blue) = 101+17+78=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65114E is #9AEEB1. Grayscale: #303030. Windows color (decimal): -10153650 or 5116261. OLE color: 5116261.

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

Color convert

RGB1011778-
CMYK00.830.230.60
HSL316.43º71.19%23.14%-
HSV(B)316.43º83.17%39.61%-
XYZ6.943.727.56-
YUV49.07144.33165.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=51.53%
G=8.67%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101177800.830.230.60316.4371.1923.14
Hex65114E053173C13c4717
Octal145211160123277447410727
Binary11001011000110011100101001110111111100100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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