Html Css Color HEX #650132 Tyrian Purple

📋 copy color: '#650132'

red 101 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #650132

Tints of Tyrian Purple #650132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 66.45%
G = 0.66%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#650132 (or 0x650132) is known color: Tyrian Purple. HEX triplet: 65, 01 and 32. RGB value is (101,1,50). Sum of RGB (Red+Green+Blue) = 101+1+50=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #650132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650132 is #9AFECD. Grayscale: #242424. Windows color (decimal): -10157774 or 3277157. OLE color: 3277157.

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

Color convert

RGB 101 1 50 -
CMYK 0 0.99 0.50 0.60
HSL 330.6º 0.98% 0.2% -
HSV(B) 330.6º 0.99% 0.4% -
XYZ 5.95 3.02 3.29 -
YUV 36.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 101 1 50 0 0.99 0.50 0.60 330.6 0.98 0.2
Hex 65 1 32 0 63 32 3C 14B 62 14
Octal 145 1 62 0 143 62 74 513 142 24
Binary 1100101 1 110010 0 1100011 110010 111100 101001011 1100010 10100

Color Harmonies of #650132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650132

Black with #650132

Text Example


Text Example

White with #650132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650132; }

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

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

background-color css

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

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

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

border-color css

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

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

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