Html Css Color HEX #661048 Tyrian Purple

📋 copy color: '#661048'

red 102 ◦ green 16 ◦ blue 72

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

Shades of Tyrian Purple #661048

Tints of Tyrian Purple #661048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 53.68%
G = 8.42%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#661048 (or 0x661048) is known color: Tyrian Purple. HEX triplet: 66, 10 and 48. RGB value is (102,16,72). Sum of RGB (Red+Green+Blue) = 102+16+72=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661048 is #99EFB7. Grayscale: #2F2F2F. Windows color (decimal): -10088376 or 4722790. OLE color: 4722790.

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

Color convert

RGB 102 16 72 -
CMYK 0 0.84 0.29 0.6
HSL 320.93º 0.73% 0.23% -
HSV(B) 320.93º 0.84% 0.4% -
XYZ 6.83 3.66 6.48 -
YUV 48.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 102 16 72 0 0.84 0.29 0.6 320.93 0.73 0.23
Hex 66 10 48 0 54 1D 3C 141 49 17
Octal 146 20 110 0 124 35 74 501 111 27
Binary 1100110 10000 1001000 0 1010100 11101 111100 101000001 1001001 10111

Color Harmonies of #661048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661048

Black with #661048

Text Example


Text Example

White with #661048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661048; }

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

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

background-color css

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

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

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

border-color css

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

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

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