Html Css Color HEX #650155 Tyrian Purple

📋 copy color: '#650155'

red 101 ◦ green 1 ◦ blue 85

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

Shades of Tyrian Purple #650155

Tints of Tyrian Purple #650155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 54.01%
G = 0.53%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#650155 (or 0x650155) is known color: Tyrian Purple. HEX triplet: 65, 01 and 55. RGB value is (101,1,85). Sum of RGB (Red+Green+Blue) = 101+1+85=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650155 is #9AFEAA. Grayscale: #282828. Windows color (decimal): -10157739 or 5570917. OLE color: 5570917.

HSL color Cylindrical-coordinate representation of color #650155: hue angle of 309.6º 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 #650155 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 85 -
CMYK 0 0.99 0.16 0.60
HSL 309.6º 0.98% 0.2% -
HSV(B) 309.6º 0.99% 0.4% -
XYZ 7.02 3.44 8.89 -
YUV 40.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 101 1 85 0 0.99 0.16 0.60 309.6 0.98 0.2
Hex 65 1 55 0 63 10 3C 136 62 14
Octal 145 1 125 0 143 20 74 466 142 24
Binary 1100101 1 1010101 0 1100011 10000 111100 100110110 1100010 10100

Color Harmonies of #650155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650155

Black with #650155

Text Example


Text Example

White with #650155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650155; }

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

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

background-color css

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

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

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

border-color css

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

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

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