Html Css Color HEX #650053 Tyrian Purple

📋 copy color: '#650053'

red 101 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #650053

Tints of Tyrian Purple #650053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 54.89%
G = 0%
B = 45.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#650053 (or 0x650053) is known color: Tyrian Purple. HEX triplet: 65, 00 and 53. RGB value is (101,0,83). Sum of RGB (Red+Green+Blue) = 101+0+83=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #650053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650053 is #9AFFAC. Grayscale: #272727. Windows color (decimal): -10157997 or 5439589. OLE color: 5439589.

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

Color convert

RGB 101 0 83 -
CMYK 0 1 0.18 0.60
HSL 310.69º 1% 0.2% -
HSV(B) 310.69º 1% 0.4% -
XYZ 6.93 3.39 8.47 -
YUV 39.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 101 0 83 0 1 0.18 0.60 310.69 1 0.2
Hex 65 0 53 0 64 12 3C 137 64 14
Octal 145 0 123 0 144 22 74 467 144 24
Binary 1100101 0 1010011 0 1100100 10010 111100 100110111 1100100 10100

Color Harmonies of #650053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650053

Black with #650053

Text Example


Text Example

White with #650053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650053; }

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

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

background-color css

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

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

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

border-color css

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

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

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