Html Css Color HEX #661033 Tyrian Purple

📋 copy color: '#661033'

red 102 ◦ green 16 ◦ blue 51

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

Shades of Tyrian Purple #661033

Tints of Tyrian Purple #661033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 60.36%
G = 9.47%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#661033 (or 0x661033) is known color: Tyrian Purple. HEX triplet: 66, 10 and 33. RGB value is (102,16,51). Sum of RGB (Red+Green+Blue) = 102+16+51=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #661033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661033 is #99EFCC. Grayscale: #2D2D2D. Windows color (decimal): -10088397 or 3346534. OLE color: 3346534.

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

Color convert

RGB 102 16 51 -
CMYK 0 0.84 0.5 0.6
HSL 335.58º 0.73% 0.23% -
HSV(B) 335.58º 0.84% 0.4% -
XYZ 6.26 3.43 3.46 -
YUV 45.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 102 16 51 0 0.84 0.5 0.6 335.58 0.73 0.23
Hex 66 10 33 0 54 32 3C 150 49 17
Octal 146 20 63 0 124 62 74 520 111 27
Binary 1100110 10000 110011 0 1010100 110010 111100 101010000 1001001 10111

Color Harmonies of #661033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661033

Black with #661033

Text Example


Text Example

White with #661033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661033; }

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

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

background-color css

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

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

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

border-color css

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

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

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