Html Css Color HEX #650150 Tyrian Purple

📋 copy color: '#650150'

red 101 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #650150

Tints of Tyrian Purple #650150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 55.49%
G = 0.55%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#650150 (or 0x650150) is known color: Tyrian Purple. HEX triplet: 65, 01 and 50. RGB value is (101,1,80). Sum of RGB (Red+Green+Blue) = 101+1+80=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #650150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650150 is #9AFEAF. Grayscale: #272727. Windows color (decimal): -10157744 or 5243237. OLE color: 5243237.

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

Color convert

RGB 101 1 80 -
CMYK 0 0.99 0.21 0.60
HSL 312.6º 0.98% 0.2% -
HSV(B) 312.6º 0.99% 0.4% -
XYZ 6.83 3.37 7.88 -
YUV 39.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 101 1 80 0 0.99 0.21 0.60 312.6 0.98 0.2
Hex 65 1 50 0 63 15 3C 139 62 14
Octal 145 1 120 0 143 25 74 471 142 24
Binary 1100101 1 1010000 0 1100011 10101 111100 100111001 1100010 10100

Color Harmonies of #650150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650150

Black with #650150

Text Example


Text Example

White with #650150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650150; }

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

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

background-color css

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

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

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

border-color css

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

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

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