Html Css Color HEX #650249 Tyrian Purple

📋 copy color: '#650249'

red 101 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #650249

Tints of Tyrian Purple #650249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 57.39%
G = 1.14%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#650249 (or 0x650249) is known color: Tyrian Purple. HEX triplet: 65, 02 and 49. RGB value is (101,2,73). Sum of RGB (Red+Green+Blue) = 101+2+73=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #650249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650249 is #9AFDB6. Grayscale: #272727. Windows color (decimal): -10157495 or 4784741. OLE color: 4784741.

HSL color Cylindrical-coordinate representation of color #650249: hue angle of 316.97º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650249 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 73 -
CMYK 0 0.98 0.28 0.60
HSL 316.97º 0.96% 0.2% -
HSV(B) 316.97º 0.98% 0.4% -
XYZ 6.59 3.29 6.59 -
YUV 39.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 101 2 73 0 0.98 0.28 0.60 316.97 0.96 0.2
Hex 65 2 49 0 62 1C 3C 13D 60 14
Octal 145 2 111 0 142 34 74 475 140 24
Binary 1100101 10 1001001 0 1100010 11100 111100 100111101 1100000 10100

Color Harmonies of #650249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650249

Black with #650249

Text Example


Text Example

White with #650249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650249; }

 p { color: rgb(101,2,73); }

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

background-color css

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

 a { background-color: rgb(101,2,73); }

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

border-color css

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

 span { border-color: rgb(101,2,73); }

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