Html Css Color HEX #65113A Tyrian Purple

📋 copy color: '#65113A'

red 101 ◦ green 17 ◦ blue 58

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

Shades of Tyrian Purple #65113A

Tints of Tyrian Purple #65113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 57.39%
G = 9.66%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#65113A (or 0x65113A) is known color: Tyrian Purple. HEX triplet: 65, 11 and 3A. RGB value is (101,17,58). Sum of RGB (Red+Green+Blue) = 101+17+58=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #65113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65113A is #9AEEC5. Grayscale: #2E2E2E. Windows color (decimal): -10153670 or 3805541. OLE color: 3805541.

HSL color Cylindrical-coordinate representation of color #65113A: hue angle of 330.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 #65113A is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 17 58 -
CMYK 0 0.83 0.43 0.60
HSL 330.71º 0.71% 0.23% -
HSV(B) 330.71º 0.83% 0.4% -
XYZ 6.33 3.47 4.34 -
YUV 46.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 101 17 58 0 0.83 0.43 0.60 330.71 0.71 0.23
Hex 65 11 3A 0 53 2B 3C 14B 47 17
Octal 145 21 72 0 123 53 74 513 107 27
Binary 1100101 10001 111010 0 1010011 101011 111100 101001011 1000111 10111

Color Harmonies of #65113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65113A

Black with #65113A

Text Example


Text Example

White with #65113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65113A; }

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

 H1.HeaderClassName
 {
   color: #65113A;
 }
 .AnyTagClassName
 {
   color: #65113A;
 }
</style>

background-color css

<style>
 a { background-color: #65113A; }

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

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

border-color css

<style>
 span { border-color: #65113A; }

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

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