Html Css Color HEX #660548 Tyrian Purple

📋 copy color: '#660548'

red 102 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #660548

Tints of Tyrian Purple #660548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 56.98%
G = 2.79%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#660548 (or 0x660548) is known color: Tyrian Purple. HEX triplet: 66, 05 and 48. RGB value is (102,5,72). Sum of RGB (Red+Green+Blue) = 102+5+72=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #660548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660548 is #99FAB7. Grayscale: #292929. Windows color (decimal): -10091192 or 4719974. OLE color: 4719974.

HSL color Cylindrical-coordinate representation of color #660548: hue angle of 318.56º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660548 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 72 -
CMYK 0 0.95 0.29 0.6
HSL 318.56º 0.91% 0.21% -
HSV(B) 318.56º 0.95% 0.4% -
XYZ 6.7 3.4 6.43 -
YUV 41.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 102 5 72 0 0.95 0.29 0.6 318.56 0.91 0.21
Hex 66 5 48 0 5F 1D 3C 13F 5B 15
Octal 146 5 110 0 137 35 74 477 133 25
Binary 1100110 101 1001000 0 1011111 11101 111100 100111111 1011011 10101

Color Harmonies of #660548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660548

Black with #660548

Text Example


Text Example

White with #660548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660548; }

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

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

background-color css

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

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

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

border-color css

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

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

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