Html Css Color HEX #650131 Tyrian Purple

📋 copy color: '#650131'

red 101 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #650131

Tints of Tyrian Purple #650131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 49 (19.53% from 255) = 32.45%

R = 66.89%
G = 0.66%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#650131 (or 0x650131) is known color: Tyrian Purple. HEX triplet: 65, 01 and 31. RGB value is (101,1,49). Sum of RGB (Red+Green+Blue) = 101+1+49=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #650131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650131 is #9AFECE. Grayscale: #242424. Windows color (decimal): -10157775 or 3211621. OLE color: 3211621.

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

Color convert

RGB 101 1 49 -
CMYK 0 0.99 0.51 0.60
HSL 331.2º 0.98% 0.2% -
HSV(B) 331.2º 0.99% 0.4% -
XYZ 5.93 3.01 3.17 -
YUV 36.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 101 1 49 0 0.99 0.51 0.60 331.2 0.98 0.2
Hex 65 1 31 0 63 33 3C 14B 62 14
Octal 145 1 61 0 143 63 74 513 142 24
Binary 1100101 1 110001 0 1100011 110011 111100 101001011 1100010 10100

Color Harmonies of #650131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650131

Black with #650131

Text Example


Text Example

White with #650131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650131; }

 p { color: rgb(101,1,49); }

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

background-color css

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

 a { background-color: rgb(101,1,49); }

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

border-color css

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

 span { border-color: rgb(101,1,49); }

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