Html Css Color HEX #660028 Tyrian Purple

📋 copy color: '#660028'

red 102 ◦ green 0 ◦ blue 40

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

Shades of Tyrian Purple #660028

Tints of Tyrian Purple #660028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 71.83%
G = 0%
B = 28.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#660028 (or 0x660028) is known color: Tyrian Purple. HEX triplet: 66, 00 and 28. RGB value is (102,0,40). Sum of RGB (Red+Green+Blue) = 102+0+40=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660028 is #99FFD7. Grayscale: #232323. Windows color (decimal): -10092504 or 2621542. OLE color: 2621542.

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

Color convert

RGB 102 0 40 -
CMYK 0 1 0.61 0.6
HSL 336.47º 1% 0.2% -
HSV(B) 336.47º 1% 0.4% -
XYZ 5.86 2.98 2.27 -
YUV 35.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 102 0 40 0 1 0.61 0.6 336.47 1 0.2
Hex 66 0 28 0 64 3D 3C 150 64 14
Octal 146 0 50 0 144 75 74 520 144 24
Binary 1100110 0 101000 0 1100100 111101 111100 101010000 1100100 10100

Color Harmonies of #660028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660028

Black with #660028

Text Example


Text Example

White with #660028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660028; }

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

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

background-color css

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

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

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

border-color css

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

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

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