Html Css Color HEX #650036 Tyrian Purple

📋 copy color: '#650036'

red 101 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #650036

Tints of Tyrian Purple #650036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 65.16%
G = 0%
B = 34.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.60

RGB Variations

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

Color information

#650036 (or 0x650036) is known color: Tyrian Purple. HEX triplet: 65, 00 and 36. RGB value is (101,0,54). Sum of RGB (Red+Green+Blue) = 101+0+54=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #650036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650036 is #9AFFC9. Grayscale: #242424. Windows color (decimal): -10158026 or 3539045. OLE color: 3539045.

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

Color convert

RGB 101 0 54 -
CMYK 0 1 0.47 0.60
HSL 327.92º 1% 0.2% -
HSV(B) 327.92º 1% 0.4% -
XYZ 6.03 3.03 3.76 -
YUV 36.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 101 0 54 0 1 0.47 0.60 327.92 1 0.2
Hex 65 0 36 0 64 2F 3C 148 64 14
Octal 145 0 66 0 144 57 74 510 144 24
Binary 1100101 0 110110 0 1100100 101111 111100 101001000 1100100 10100

Color Harmonies of #650036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650036

Black with #650036

Text Example


Text Example

White with #650036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650036; }

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

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

background-color css

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

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

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

border-color css

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

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

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