Html Css Color HEX #65114F Tyrian Purple

📋 copy color: '#65114F'

red 101 ◦ green 17 ◦ blue 79

#65114F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #65114F

Tints of Tyrian Purple #65114F

RGB

 RED value IS 101 (39.84% from 255) = 51.27%

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 51.27%
G = 8.63%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#65114F (or 0x65114F) is known color: Tyrian Purple. HEX triplet: 65, 11 and 4F. RGB value is (101,17,79). Sum of RGB (Red+Green+Blue) = 101+17+79=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65114F is #9AEEB0. Grayscale: #313131. Windows color (decimal): -10153649 or 5181797. OLE color: 5181797.

HSL color Cylindrical-coordinate representation of color #65114F: hue angle of 315.71º 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 #65114F is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 17 79 -
CMYK 0 0.83 0.22 0.60
HSL 315.71º 0.71% 0.23% -
HSV(B) 315.71º 0.83% 0.4% -
XYZ 6.98 3.73 7.75 -
YUV 49.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 101 17 79 0 0.83 0.22 0.60 315.71 0.71 0.23
Hex 65 11 4F 0 53 16 3C 13C 47 17
Octal 145 21 117 0 123 26 74 474 107 27
Binary 1100101 10001 1001111 0 1010011 10110 111100 100111100 1000111 10111

Color Harmonies of #65114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65114F

Black with #65114F

Text Example


Text Example

White with #65114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65114F;
 }
 .AnyTagClassName
 {
   color: #65114F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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