Html Css Color HEX #65113F Tyrian Purple

📋 copy color: '#65113F'

red 101 ◦ green 17 ◦ blue 63

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

Shades of Tyrian Purple #65113F

Tints of Tyrian Purple #65113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.81%

R = 55.8%
G = 9.39%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#65113F (or 0x65113F) is known color: Tyrian Purple. HEX triplet: 65, 11 and 3F. RGB value is (101,17,63). Sum of RGB (Red+Green+Blue) = 101+17+63=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65113F is #9AEEC0. Grayscale: #2F2F2F. Windows color (decimal): -10153665 or 4133221. OLE color: 4133221.

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

Color convert

RGB 101 17 63 -
CMYK 0 0.83 0.38 0.60
HSL 327.14º 0.71% 0.23% -
HSV(B) 327.14º 0.83% 0.4% -
XYZ 6.46 3.53 5.04 -
YUV 47.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 101 17 63 0 0.83 0.38 0.60 327.14 0.71 0.23
Hex 65 11 3F 0 53 26 3C 147 47 17
Octal 145 21 77 0 123 46 74 507 107 27
Binary 1100101 10001 111111 0 1010011 100110 111100 101000111 1000111 10111

Color Harmonies of #65113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65113F

Black with #65113F

Text Example


Text Example

White with #65113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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