Html Css Color HEX #660832 Tyrian Purple

📋 copy color: '#660832'

red 102 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #660832

Tints of Tyrian Purple #660832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 63.75%
G = 5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#660832 (or 0x660832) is known color: Tyrian Purple. HEX triplet: 66, 08 and 32. RGB value is (102,8,50). Sum of RGB (Red+Green+Blue) = 102+8+50=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #660832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660832 is #99F7CD. Grayscale: #282828. Windows color (decimal): -10090446 or 3278950. OLE color: 3278950.

HSL color Cylindrical-coordinate representation of color #660832: hue angle of 333.19º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660832 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 50 -
CMYK 0 0.92 0.51 0.6
HSL 333.19º 0.85% 0.22% -
HSV(B) 333.19º 0.92% 0.4% -
XYZ 6.14 3.23 3.32 -
YUV 40.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 102 8 50 0 0.92 0.51 0.6 333.19 0.85 0.22
Hex 66 8 32 0 5C 33 3C 14D 55 16
Octal 146 10 62 0 134 63 74 515 125 26
Binary 1100110 1000 110010 0 1011100 110011 111100 101001101 1010101 10110

Color Harmonies of #660832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660832

Black with #660832

Text Example


Text Example

White with #660832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660832; }

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

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

background-color css

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

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

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

border-color css

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

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

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