Html Css Color HEX #660327 Tyrian Purple

📋 copy color: '#660327'

red 102 ◦ green 3 ◦ blue 39

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

Shades of Tyrian Purple #660327

Tints of Tyrian Purple #660327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 70.83%
G = 2.08%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#660327 (or 0x660327) is known color: Tyrian Purple. HEX triplet: 66, 03 and 27. RGB value is (102,3,39). Sum of RGB (Red+Green+Blue) = 102+3+39=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660327 is #99FCD8. Grayscale: #242424. Windows color (decimal): -10091737 or 2556774. OLE color: 2556774.

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

Color convert

RGB 102 3 39 -
CMYK 0 0.97 0.62 0.6
HSL 338.18º 0.94% 0.21% -
HSV(B) 338.18º 0.97% 0.4% -
XYZ 5.88 3.04 2.2 -
YUV 36.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 102 3 39 0 0.97 0.62 0.6 338.18 0.94 0.21
Hex 66 3 27 0 61 3E 3C 152 5E 15
Octal 146 3 47 0 141 76 74 522 136 25
Binary 1100110 11 100111 0 1100001 111110 111100 101010010 1011110 10101

Color Harmonies of #660327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660327

Black with #660327

Text Example


Text Example

White with #660327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660327; }

 p { color: rgb(102,3,39); }

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

background-color css

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

 a { background-color: rgb(102,3,39); }

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

border-color css

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

 span { border-color: rgb(102,3,39); }

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