Html Css Color HEX #660648 Tyrian Purple

📋 copy color: '#660648'

red 102 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #660648

Tints of Tyrian Purple #660648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

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

R = 56.67%
G = 3.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#660648 (or 0x660648) is known color: Tyrian Purple. HEX triplet: 66, 06 and 48. RGB value is (102,6,72). Sum of RGB (Red+Green+Blue) = 102+6+72=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #660648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660648 is #99F9B7. Grayscale: #2A2A2A. Windows color (decimal): -10090936 or 4720230. OLE color: 4720230.

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

Color convert

RGB 102 6 72 -
CMYK 0 0.94 0.29 0.6
HSL 318.75º 0.89% 0.21% -
HSV(B) 318.75º 0.94% 0.4% -
XYZ 6.71 3.42 6.44 -
YUV 42.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 102 6 72 0 0.94 0.29 0.6 318.75 0.89 0.21
Hex 66 6 48 0 5E 1D 3C 13F 59 15
Octal 146 6 110 0 136 35 74 477 131 25
Binary 1100110 110 1001000 0 1011110 11101 111100 100111111 1011001 10101

Color Harmonies of #660648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660648

Black with #660648

Text Example


Text Example

White with #660648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660648; }

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

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

background-color css

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

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

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

border-color css

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

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

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