Html Css Color HEX #660026 Tyrian Purple

📋 copy color: '#660026'

red 102 ◦ green 0 ◦ blue 38

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

Shades of Tyrian Purple #660026

Tints of Tyrian Purple #660026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 72.86%
G = 0%
B = 27.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#660026 (or 0x660026) is known color: Tyrian Purple. HEX triplet: 66, 00 and 26. RGB value is (102,0,38). Sum of RGB (Red+Green+Blue) = 102+0+38=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660026 is #99FFD9. Grayscale: #222222. Windows color (decimal): -10092506 or 2490470. OLE color: 2490470.

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

Color convert

RGB 102 0 38 -
CMYK 0 1 0.63 0.6
HSL 337.65º 1% 0.2% -
HSV(B) 337.65º 1% 0.4% -
XYZ 5.83 2.96 2.1 -
YUV 34.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 102 0 38 0 1 0.63 0.6 337.65 1 0.2
Hex 66 0 26 0 64 3F 3C 152 64 14
Octal 146 0 46 0 144 77 74 522 144 24
Binary 1100110 0 100110 0 1100100 111111 111100 101010010 1100100 10100

Color Harmonies of #660026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660026

Black with #660026

Text Example


Text Example

White with #660026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660026; }

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

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

background-color css

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

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

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

border-color css

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

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

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