Html Css Color HEX #650C49 Tyrian Purple

📋 copy color: '#650C49'

red 101 ◦ green 12 ◦ blue 73

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

Shades of Tyrian Purple #650C49

Tints of Tyrian Purple #650C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

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

R = 54.3%
G = 6.45%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#650C49 (or 0x650C49) is known color: Tyrian Purple. HEX triplet: 65, 0C and 49. RGB value is (101,12,73). Sum of RGB (Red+Green+Blue) = 101+12+73=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #650C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C49 is #9AF3B6. Grayscale: #2D2D2D. Windows color (decimal): -10154935 or 4787301. OLE color: 4787301.

HSL color Cylindrical-coordinate representation of color #650C49: hue angle of 318.88º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C49 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 12 73 -
CMYK 0 0.88 0.28 0.60
HSL 318.88º 0.79% 0.22% -
HSV(B) 318.88º 0.88% 0.4% -
XYZ 6.7 3.51 6.63 -
YUV 45.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 101 12 73 0 0.88 0.28 0.60 318.88 0.79 0.22
Hex 65 C 49 0 58 1C 3C 13F 4F 16
Octal 145 14 111 0 130 34 74 477 117 26
Binary 1100101 1100 1001001 0 1011000 11100 111100 100111111 1001111 10110

Color Harmonies of #650C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C49

Black with #650C49

Text Example


Text Example

White with #650C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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