Html Css Color HEX #660027 Tyrian Purple

📋 copy color: '#660027'

red 102 ◦ green 0 ◦ blue 39

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

Shades of Tyrian Purple #660027

Tints of Tyrian Purple #660027

RGB

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

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

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

R = 72.34%
G = 0%
B = 27.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#660027 (or 0x660027) is known color: Tyrian Purple. HEX triplet: 66, 00 and 27. RGB value is (102,0,39). Sum of RGB (Red+Green+Blue) = 102+0+39=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #660027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660027 is #99FFD8. Grayscale: #222222. Windows color (decimal): -10092505 or 2556006. OLE color: 2556006.

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

Color convert

RGB 102 0 39 -
CMYK 0 1 0.62 0.6
HSL 337.06º 1% 0.2% -
HSV(B) 337.06º 1% 0.4% -
XYZ 5.85 2.97 2.18 -
YUV 34.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 102 0 39 0 1 0.62 0.6 337.06 1 0.2
Hex 66 0 27 0 64 3E 3C 151 64 14
Octal 146 0 47 0 144 76 74 521 144 24
Binary 1100110 0 100111 0 1100100 111110 111100 101010001 1100100 10100

Color Harmonies of #660027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660027

Black with #660027

Text Example


Text Example

White with #660027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660027; }

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

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

background-color css

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

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

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

border-color css

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

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

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