Html Css Color HEX #650A2B Tyrian Purple

📋 copy color: '#650A2B'

red 101 ◦ green 10 ◦ blue 43

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

Shades of Tyrian Purple #650A2B

Tints of Tyrian Purple #650A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.49%

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 65.58%
G = 6.49%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#650A2B (or 0x650A2B) is known color: Tyrian Purple. HEX triplet: 65, 0A and 2B. RGB value is (101,10,43). Sum of RGB (Red+Green+Blue) = 101+10+43=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #650A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A2B is #9AF5D4. Grayscale: #282828. Windows color (decimal): -10155477 or 2820709. OLE color: 2820709.

HSL color Cylindrical-coordinate representation of color #650A2B: hue angle of 338.24º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A2B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 10 43 -
CMYK 0 0.90 0.57 0.60
HSL 338.24º 0.82% 0.22% -
HSV(B) 338.24º 0.9% 0.4% -
XYZ 5.91 3.16 2.58 -
YUV 40.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 101 10 43 0 0.90 0.57 0.60 338.24 0.82 0.22
Hex 65 A 2B 0 5A 39 3C 152 52 16
Octal 145 12 53 0 132 71 74 522 122 26
Binary 1100101 1010 101011 0 1011010 111001 111100 101010010 1010010 10110

Color Harmonies of #650A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A2B

Black with #650A2B

Text Example


Text Example

White with #650A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650A2B; }

 p { color: rgb(101,10,43); }

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

background-color css

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

 a { background-color: rgb(101,10,43); }

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

border-color css

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

 span { border-color: rgb(101,10,43); }

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