Html Css Color HEX #651146 Tyrian Purple

📋 copy color: '#651146'

red 101 ◦ green 17 ◦ blue 70

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

Shades of Tyrian Purple #651146

Tints of Tyrian Purple #651146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 53.72%
G = 9.04%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#651146 (or 0x651146) is known color: Tyrian Purple. HEX triplet: 65, 11 and 46. RGB value is (101,17,70). Sum of RGB (Red+Green+Blue) = 101+17+70=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #651146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651146 is #9AEEB9. Grayscale: #303030. Windows color (decimal): -10153658 or 4591973. OLE color: 4591973.

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

Color convert

RGB 101 17 70 -
CMYK 0 0.83 0.31 0.60
HSL 322.14º 0.71% 0.23% -
HSV(B) 322.14º 0.83% 0.4% -
XYZ 6.67 3.61 6.14 -
YUV 48.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 101 17 70 0 0.83 0.31 0.60 322.14 0.71 0.23
Hex 65 11 46 0 53 1F 3C 142 47 17
Octal 145 21 106 0 123 37 74 502 107 27
Binary 1100101 10001 1000110 0 1010011 11111 111100 101000010 1000111 10111

Color Harmonies of #651146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651146

Black with #651146

Text Example


Text Example

White with #651146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651146; }

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

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

background-color css

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

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

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

border-color css

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

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

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