Html Css Color HEX #660132 Tyrian Purple

📋 copy color: '#660132'

red 102 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #660132

Tints of Tyrian Purple #660132

RGB

 RED value IS 102 (40.23% from 255) = 66.67%

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

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

R = 66.67%
G = 0.65%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#660132 (or 0x660132) is known color: Tyrian Purple. HEX triplet: 66, 01 and 32. RGB value is (102,1,50). Sum of RGB (Red+Green+Blue) = 102+1+50=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660132 is #99FECD. Grayscale: #242424. Windows color (decimal): -10092238 or 3277158. OLE color: 3277158.

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

Color convert

RGB 102 1 50 -
CMYK 0 0.99 0.51 0.6
HSL 330.89º 0.98% 0.2% -
HSV(B) 330.89º 0.99% 0.4% -
XYZ 6.07 3.08 3.29 -
YUV 36.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 102 1 50 0 0.99 0.51 0.6 330.89 0.98 0.2
Hex 66 1 32 0 63 33 3C 14B 62 14
Octal 146 1 62 0 143 63 74 513 142 24
Binary 1100110 1 110010 0 1100011 110011 111100 101001011 1100010 10100

Color Harmonies of #660132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660132

Black with #660132

Text Example


Text Example

White with #660132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660132; }

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

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

background-color css

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

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

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

border-color css

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

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

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