Html Css Color HEX #651141 Tyrian Purple

📋 copy color: '#651141'

red 101 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #651141

Tints of Tyrian Purple #651141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 55.19%
G = 9.29%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#651141 (or 0x651141) is known color: Tyrian Purple. HEX triplet: 65, 11 and 41. RGB value is (101,17,65). Sum of RGB (Red+Green+Blue) = 101+17+65=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #651141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651141 is #9AEEBE. Grayscale: #2F2F2F. Windows color (decimal): -10153663 or 4264293. OLE color: 4264293.

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

Color convert

RGB 101 17 65 -
CMYK 0 0.83 0.36 0.60
HSL 325.71º 0.71% 0.23% -
HSV(B) 325.71º 0.83% 0.4% -
XYZ 6.52 3.55 5.34 -
YUV 47.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 101 17 65 0 0.83 0.36 0.60 325.71 0.71 0.23
Hex 65 11 41 0 53 24 3C 146 47 17
Octal 145 21 101 0 123 44 74 506 107 27
Binary 1100101 10001 1000001 0 1010011 100100 111100 101000110 1000111 10111

Color Harmonies of #651141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651141

Black with #651141

Text Example


Text Example

White with #651141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651141; }

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

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

background-color css

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

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

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

border-color css

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

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

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