Html Css Color HEX #650139 Tyrian Purple

📋 copy color: '#650139'

red 101 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #650139

Tints of Tyrian Purple #650139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 63.52%
G = 0.63%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#650139 (or 0x650139) is known color: Tyrian Purple. HEX triplet: 65, 01 and 39. RGB value is (101,1,57). Sum of RGB (Red+Green+Blue) = 101+1+57=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #650139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650139 is #9AFEC6. Grayscale: #252525. Windows color (decimal): -10157767 or 3735909. OLE color: 3735909.

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

Color convert

RGB 101 1 57 -
CMYK 0 0.99 0.44 0.60
HSL 326.4º 0.98% 0.2% -
HSV(B) 326.4º 0.99% 0.4% -
XYZ 6.12 3.08 4.14 -
YUV 37.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 101 1 57 0 0.99 0.44 0.60 326.4 0.98 0.2
Hex 65 1 39 0 63 2C 3C 146 62 14
Octal 145 1 71 0 143 54 74 506 142 24
Binary 1100101 1 111001 0 1100011 101100 111100 101000110 1100010 10100

Color Harmonies of #650139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650139

Black with #650139

Text Example


Text Example

White with #650139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650139; }

 p { color: rgb(101,1,57); }

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

background-color css

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

 a { background-color: rgb(101,1,57); }

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

border-color css

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

 span { border-color: rgb(101,1,57); }

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