Html Css Color HEX #660052 Tyrian Purple

📋 copy color: '#660052'

red 102 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #660052

Tints of Tyrian Purple #660052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.43%
G = 0%
B = 44.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#660052 (or 0x660052) is known color: Tyrian Purple. HEX triplet: 66, 00 and 52. RGB value is (102,0,82). Sum of RGB (Red+Green+Blue) = 102+0+82=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #660052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660052 is #99FFAD. Grayscale: #272727. Windows color (decimal): -10092462 or 5374054. OLE color: 5374054.

HSL color Cylindrical-coordinate representation of color #660052: hue angle of 311.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660052 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 82 -
CMYK 0 1 0.20 0.6
HSL 311.76º 1% 0.2% -
HSV(B) 311.76º 1% 0.4% -
XYZ 7 3.43 8.28 -
YUV 39.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 102 0 82 0 1 0.20 0.6 311.76 1 0.2
Hex 66 0 52 0 64 14 3C 138 64 14
Octal 146 0 122 0 144 24 74 470 144 24
Binary 1100110 0 1010010 0 1100100 10100 111100 100111000 1100100 10100

Color Harmonies of #660052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660052

Black with #660052

Text Example


Text Example

White with #660052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660052; }

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

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

background-color css

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

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

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

border-color css

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

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

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