Html Css Color HEX #660552 Tyrian Purple

📋 copy color: '#660552'

red 102 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #660552

Tints of Tyrian Purple #660552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 53.97%
G = 2.65%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#660552 (or 0x660552) is known color: Tyrian Purple. HEX triplet: 66, 05 and 52. RGB value is (102,5,82). Sum of RGB (Red+Green+Blue) = 102+5+82=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #660552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660552 is #99FAAD. Grayscale: #2A2A2A. Windows color (decimal): -10091182 or 5375334. OLE color: 5375334.

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

Color convert

RGB 102 5 82 -
CMYK 0 0.95 0.20 0.6
HSL 312.37º 0.91% 0.21% -
HSV(B) 312.37º 0.95% 0.4% -
XYZ 7.06 3.54 8.29 -
YUV 42.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 102 5 82 0 0.95 0.20 0.6 312.37 0.91 0.21
Hex 66 5 52 0 5F 14 3C 138 5B 15
Octal 146 5 122 0 137 24 74 470 133 25
Binary 1100110 101 1010010 0 1011111 10100 111100 100111000 1011011 10101

Color Harmonies of #660552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660552

Black with #660552

Text Example


Text Example

White with #660552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660552; }

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

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

background-color css

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

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

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

border-color css

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

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

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