Html Css Color HEX #661032 Tyrian Purple

📋 copy color: '#661032'

red 102 ◦ green 16 ◦ blue 50

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

Shades of Tyrian Purple #661032

Tints of Tyrian Purple #661032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 60.71%
G = 9.52%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#661032 (or 0x661032) is known color: Tyrian Purple. HEX triplet: 66, 10 and 32. RGB value is (102,16,50). Sum of RGB (Red+Green+Blue) = 102+16+50=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #661032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661032 is #99EFCD. Grayscale: #2D2D2D. Windows color (decimal): -10088398 or 3280998. OLE color: 3280998.

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

Color convert

RGB 102 16 50 -
CMYK 0 0.84 0.51 0.6
HSL 336.28º 0.73% 0.23% -
HSV(B) 336.28º 0.84% 0.4% -
XYZ 6.24 3.43 3.35 -
YUV 45.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 102 16 50 0 0.84 0.51 0.6 336.28 0.73 0.23
Hex 66 10 32 0 54 33 3C 150 49 17
Octal 146 20 62 0 124 63 74 520 111 27
Binary 1100110 10000 110010 0 1010100 110011 111100 101010000 1001001 10111

Color Harmonies of #661032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661032

Black with #661032

Text Example


Text Example

White with #661032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661032; }

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

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

background-color css

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

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

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

border-color css

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

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

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