Html Css Color HEX #65113B Tyrian Purple

📋 copy color: '#65113B'

red 101 ◦ green 17 ◦ blue 59

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

Shades of Tyrian Purple #65113B

Tints of Tyrian Purple #65113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 57.06%
G = 9.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#65113B (or 0x65113B) is known color: Tyrian Purple. HEX triplet: 65, 11 and 3B. RGB value is (101,17,59). Sum of RGB (Red+Green+Blue) = 101+17+59=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #65113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65113B is #9AEEC4. Grayscale: #2E2E2E. Windows color (decimal): -10153669 or 3871077. OLE color: 3871077.

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

Color convert

RGB 101 17 59 -
CMYK 0 0.83 0.42 0.60
HSL 330º 0.71% 0.23% -
HSV(B) 330º 0.83% 0.4% -
XYZ 6.36 3.48 4.47 -
YUV 46.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 101 17 59 0 0.83 0.42 0.60 330 0.71 0.23
Hex 65 11 3B 0 53 2A 3C 14A 47 17
Octal 145 21 73 0 123 52 74 512 107 27
Binary 1100101 10001 111011 0 1010011 101010 111100 101001010 1000111 10111

Color Harmonies of #65113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65113B

Black with #65113B

Text Example


Text Example

White with #65113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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