Html Css Color HEX #651145 Tyrian Purple

📋 copy color: '#651145'

red 101 ◦ green 17 ◦ blue 69

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

Shades of Tyrian Purple #651145

Tints of Tyrian Purple #651145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 54.01%
G = 9.09%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#651145 (or 0x651145) is known color: Tyrian Purple. HEX triplet: 65, 11 and 45. RGB value is (101,17,69). Sum of RGB (Red+Green+Blue) = 101+17+69=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #651145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651145 is #9AEEBA. Grayscale: #2F2F2F. Windows color (decimal): -10153659 or 4526437. OLE color: 4526437.

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

Color convert

RGB 101 17 69 -
CMYK 0 0.83 0.32 0.60
HSL 322.86º 0.71% 0.23% -
HSV(B) 322.86º 0.83% 0.4% -
XYZ 6.64 3.6 5.97 -
YUV 48.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 101 17 69 0 0.83 0.32 0.60 322.86 0.71 0.23
Hex 65 11 45 0 53 20 3C 143 47 17
Octal 145 21 105 0 123 40 74 503 107 27
Binary 1100101 10001 1000101 0 1010011 100000 111100 101000011 1000111 10111

Color Harmonies of #651145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651145

Black with #651145

Text Example


Text Example

White with #651145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651145; }

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

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

background-color css

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

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

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

border-color css

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

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

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