Html Css Color HEX #65114E Tyrian Purple

📋 copy color: '#65114E'

red 101 ◦ green 17 ◦ blue 78

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

Shades of Tyrian Purple #65114E

Tints of Tyrian Purple #65114E

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.8%

R = 51.53%
G = 8.67%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#65114E (or 0x65114E) is known color: 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

RGB 101 17 78 -
CMYK 0 0.83 0.23 0.60
HSL 316.43º 0.71% 0.23% -
HSV(B) 316.43º 0.83% 0.4% -
XYZ 6.94 3.72 7.56 -
YUV 49.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 101 17 78 0 0.83 0.23 0.60 316.43 0.71 0.23
Hex 65 11 4E 0 53 17 3C 13C 47 17
Octal 145 21 116 0 123 27 74 474 107 27
Binary 1100101 10001 1001110 0 1010011 10111 111100 100111100 1000111 10111

Color Harmonies of #65114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65114E

Black with #65114E

Text Example


Text Example

White with #65114E

Text Example


Text Example

HTML Codes & Css Web 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>