Html Css Color HEX #650040 Tyrian Purple

📋 copy color: '#650040'

red 101 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #650040

Tints of Tyrian Purple #650040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.21%
G = 0%
B = 38.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#650040 (or 0x650040) is known color: Tyrian Purple. HEX triplet: 65, 00 and 40. RGB value is (101,0,64). Sum of RGB (Red+Green+Blue) = 101+0+64=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #650040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650040 is #9AFFBF. Grayscale: #252525. Windows color (decimal): -10158016 or 4194405. OLE color: 4194405.

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

Color convert

RGB 101 0 64 -
CMYK 0 1 0.37 0.60
HSL 321.98º 1% 0.2% -
HSV(B) 321.98º 1% 0.4% -
XYZ 6.29 3.14 5.12 -
YUV 37.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 101 0 64 0 1 0.37 0.60 321.98 1 0.2
Hex 65 0 40 0 64 25 3C 142 64 14
Octal 145 0 100 0 144 45 74 502 144 24
Binary 1100101 0 1000000 0 1100100 100101 111100 101000010 1100100 10100

Color Harmonies of #650040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650040

Black with #650040

Text Example


Text Example

White with #650040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650040; }

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

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

background-color css

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

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

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

border-color css

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

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

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