Html Css Color HEX #650E40 Tyrian Purple

📋 copy color: '#650E40'

red 101 ◦ green 14 ◦ blue 64

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

Shades of Tyrian Purple #650E40

Tints of Tyrian Purple #650E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.82%

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 56.42%
G = 7.82%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#650E40 (or 0x650E40) is known color: Tyrian Purple. HEX triplet: 65, 0E and 40. RGB value is (101,14,64). Sum of RGB (Red+Green+Blue) = 101+14+64=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #650E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E40 is #9AF1BF. Grayscale: #2D2D2D. Windows color (decimal): -10154432 or 4197989. OLE color: 4197989.

HSL color Cylindrical-coordinate representation of color #650E40: hue angle of 325.52º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650E40 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 14 64 -
CMYK 0 0.86 0.37 0.60
HSL 325.52º 0.76% 0.23% -
HSV(B) 325.52º 0.86% 0.4% -
XYZ 6.45 3.45 5.18 -
YUV 45.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 101 14 64 0 0.86 0.37 0.60 325.52 0.76 0.23
Hex 65 E 40 0 56 25 3C 146 4C 17
Octal 145 16 100 0 126 45 74 506 114 27
Binary 1100101 1110 1000000 0 1010110 100101 111100 101000110 1001100 10111

Color Harmonies of #650E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E40

Black with #650E40

Text Example


Text Example

White with #650E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,14,64); }

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

background-color css

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

 a { background-color: rgb(101,14,64); }

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

border-color css

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

 span { border-color: rgb(101,14,64); }

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