Html Css Color HEX #650046 Tyrian Purple

📋 copy color: '#650046'

red 101 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #650046

Tints of Tyrian Purple #650046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 59.06%
G = 0%
B = 40.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#650046 (or 0x650046) is known color: Tyrian Purple. HEX triplet: 65, 00 and 46. RGB value is (101,0,70). Sum of RGB (Red+Green+Blue) = 101+0+70=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #650046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650046 is #9AFFB9. Grayscale: #262626. Windows color (decimal): -10158010 or 4587621. OLE color: 4587621.

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

Color convert

RGB 101 0 70 -
CMYK 0 1 0.31 0.60
HSL 318.42º 1% 0.2% -
HSV(B) 318.42º 1% 0.4% -
XYZ 6.47 3.21 6.07 -
YUV 38.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 101 0 70 0 1 0.31 0.60 318.42 1 0.2
Hex 65 0 46 0 64 1F 3C 13E 64 14
Octal 145 0 106 0 144 37 74 476 144 24
Binary 1100101 0 1000110 0 1100100 11111 111100 100111110 1100100 10100

Color Harmonies of #650046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650046

Black with #650046

Text Example


Text Example

White with #650046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650046; }

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

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

background-color css

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

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

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

border-color css

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

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

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