Html Css Color HEX #660243 Tyrian Purple

📋 copy color: '#660243'

red 102 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #660243

Tints of Tyrian Purple #660243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 59.65%
G = 1.17%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#660243 (or 0x660243) is known color: Tyrian Purple. HEX triplet: 66, 02 and 43. RGB value is (102,2,67). Sum of RGB (Red+Green+Blue) = 102+2+67=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #660243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660243 is #99FDBC. Grayscale: #272727. Windows color (decimal): -10091965 or 4391526. OLE color: 4391526.

HSL color Cylindrical-coordinate representation of color #660243: hue angle of 321º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660243 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 67 -
CMYK 0 0.98 0.34 0.6
HSL 321º 0.96% 0.2% -
HSV(B) 321º 0.98% 0.4% -
XYZ 6.51 3.27 5.6 -
YUV 39.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 102 2 67 0 0.98 0.34 0.6 321 0.96 0.2
Hex 66 2 43 0 62 22 3C 141 60 14
Octal 146 2 103 0 142 42 74 501 140 24
Binary 1100110 10 1000011 0 1100010 100010 111100 101000001 1100000 10100

Color Harmonies of #660243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660243

Black with #660243

Text Example


Text Example

White with #660243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660243; }

 p { color: rgb(102,2,67); }

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

background-color css

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

 a { background-color: rgb(102,2,67); }

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

border-color css

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

 span { border-color: rgb(102,2,67); }

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