Html Css Color HEX #650D3E Tyrian Purple

📋 copy color: '#650D3E'

red 101 ◦ green 13 ◦ blue 62

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

Shades of Tyrian Purple #650D3E

Tints of Tyrian Purple #650D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 57.39%
G = 7.39%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#650D3E (or 0x650D3E) is known color: Tyrian Purple. HEX triplet: 65, 0D and 3E. RGB value is (101,13,62). Sum of RGB (Red+Green+Blue) = 101+13+62=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #650D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D3E is #9AF2C1. Grayscale: #2C2C2C. Windows color (decimal): -10154690 or 4066661. OLE color: 4066661.

HSL color Cylindrical-coordinate representation of color #650D3E: hue angle of 326.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D3E is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 62 -
CMYK 0 0.87 0.39 0.60
HSL 326.59º 0.77% 0.22% -
HSV(B) 326.59º 0.87% 0.4% -
XYZ 6.38 3.4 4.88 -
YUV 44.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 101 13 62 0 0.87 0.39 0.60 326.59 0.77 0.22
Hex 65 D 3E 0 57 27 3C 147 4D 16
Octal 145 15 76 0 127 47 74 507 115 26
Binary 1100101 1101 111110 0 1010111 100111 111100 101000111 1001101 10110

Color Harmonies of #650D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D3E

Black with #650D3E

Text Example


Text Example

White with #650D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,13,62); }

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

background-color css

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

 a { background-color: rgb(101,13,62); }

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

border-color css

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

 span { border-color: rgb(101,13,62); }

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