Html Css Color HEX #651135 Tyrian Purple

📋 copy color: '#651135'

red 101 ◦ green 17 ◦ blue 53

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

Shades of Tyrian Purple #651135

Tints of Tyrian Purple #651135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 59.06%
G = 9.94%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#651135 (or 0x651135) is known color: Tyrian Purple. HEX triplet: 65, 11 and 35. RGB value is (101,17,53). Sum of RGB (Red+Green+Blue) = 101+17+53=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #651135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651135 is #9AEECA. Grayscale: #2E2E2E. Windows color (decimal): -10153675 or 3477861. OLE color: 3477861.

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

Color convert

RGB 101 17 53 -
CMYK 0 0.83 0.48 0.60
HSL 334.29º 0.71% 0.23% -
HSV(B) 334.29º 0.83% 0.4% -
XYZ 6.21 3.42 3.7 -
YUV 46.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 101 17 53 0 0.83 0.48 0.60 334.29 0.71 0.23
Hex 65 11 35 0 53 30 3C 14E 47 17
Octal 145 21 65 0 123 60 74 516 107 27
Binary 1100101 10001 110101 0 1010011 110000 111100 101001110 1000111 10111

Color Harmonies of #651135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651135

Black with #651135

Text Example


Text Example

White with #651135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651135; }

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

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

background-color css

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

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

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

border-color css

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

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

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