Html Css Color HEX #660848 Tyrian Purple

📋 copy color: '#660848'

red 102 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #660848

Tints of Tyrian Purple #660848

RGB

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

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

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

R = 56.04%
G = 4.4%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#660848 (or 0x660848) is known color: Tyrian Purple. HEX triplet: 66, 08 and 48. RGB value is (102,8,72). Sum of RGB (Red+Green+Blue) = 102+8+72=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #660848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660848 is #99F7B7. Grayscale: #2B2B2B. Windows color (decimal): -10090424 or 4720742. OLE color: 4720742.

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

Color convert

RGB 102 8 72 -
CMYK 0 0.92 0.29 0.6
HSL 319.15º 0.85% 0.22% -
HSV(B) 319.15º 0.92% 0.4% -
XYZ 6.74 3.47 6.44 -
YUV 43.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 102 8 72 0 0.92 0.29 0.6 319.15 0.85 0.22
Hex 66 8 48 0 5C 1D 3C 13F 55 16
Octal 146 10 110 0 134 35 74 477 125 26
Binary 1100110 1000 1001000 0 1011100 11101 111100 100111111 1010101 10110

Color Harmonies of #660848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660848

Black with #660848

Text Example


Text Example

White with #660848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660848; }

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

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

background-color css

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

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

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

border-color css

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

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

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