Html Css Color HEX #660652 Tyrian Purple

📋 copy color: '#660652'

red 102 ◦ green 6 ◦ blue 82

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

Shades of Tyrian Purple #660652

Tints of Tyrian Purple #660652

RGB

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

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

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

R = 53.68%
G = 3.16%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#660652 (or 0x660652) is known color: Tyrian Purple. HEX triplet: 66, 06 and 52. RGB value is (102,6,82). Sum of RGB (Red+Green+Blue) = 102+6+82=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660652 is #99F9AD. Grayscale: #2B2B2B. Windows color (decimal): -10090926 or 5375590. OLE color: 5375590.

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

Color convert

RGB 102 6 82 -
CMYK 0 0.94 0.20 0.6
HSL 312.5º 0.89% 0.21% -
HSV(B) 312.5º 0.94% 0.4% -
XYZ 7.07 3.56 8.3 -
YUV 43.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 102 6 82 0 0.94 0.20 0.6 312.5 0.89 0.21
Hex 66 6 52 0 5E 14 3C 138 59 15
Octal 146 6 122 0 136 24 74 470 131 25
Binary 1100110 110 1010010 0 1011110 10100 111100 100111000 1011001 10101

Color Harmonies of #660652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660652

Black with #660652

Text Example


Text Example

White with #660652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660652; }

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

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

background-color css

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

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

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

border-color css

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

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

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