Html Css Color HEX #650156 Tyrian Purple

📋 copy color: '#650156'

red 101 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #650156

Tints of Tyrian Purple #650156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 53.72%
G = 0.53%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#650156 (or 0x650156) is known color: Tyrian Purple. HEX triplet: 65, 01 and 56. RGB value is (101,1,86). Sum of RGB (Red+Green+Blue) = 101+1+86=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #650156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650156 is #9AFEA9. Grayscale: #282828. Windows color (decimal): -10157738 or 5636453. OLE color: 5636453.

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

Color convert

RGB 101 1 86 -
CMYK 0 0.99 0.15 0.60
HSL 309º 0.98% 0.2% -
HSV(B) 309º 0.99% 0.4% -
XYZ 7.06 3.46 9.1 -
YUV 40.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 101 1 86 0 0.99 0.15 0.60 309 0.98 0.2
Hex 65 1 56 0 63 F 3C 135 62 14
Octal 145 1 126 0 143 17 74 465 142 24
Binary 1100101 1 1010110 0 1100011 1111 111100 100110101 1100010 10100

Color Harmonies of #650156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650156

Black with #650156

Text Example


Text Example

White with #650156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650156; }

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

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

background-color css

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

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

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

border-color css

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

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

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