Html Css Color HEX #66003A Tyrian Purple

📋 copy color: '#66003A'

red 102 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #66003A

Tints of Tyrian Purple #66003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 63.75%
G = 0%
B = 36.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#66003A (or 0x66003A) is known color: Tyrian Purple. HEX triplet: 66, 00 and 3A. RGB value is (102,0,58). Sum of RGB (Red+Green+Blue) = 102+0+58=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #66003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66003A is #99FFC5. Grayscale: #242424. Windows color (decimal): -10092486 or 3801190. OLE color: 3801190.

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

Color convert

RGB 102 0 58 -
CMYK 0 1 0.43 0.6
HSL 325.88º 1% 0.2% -
HSV(B) 325.88º 1% 0.4% -
XYZ 6.24 3.13 4.28 -
YUV 37.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 102 0 58 0 1 0.43 0.6 325.88 1 0.2
Hex 66 0 3A 0 64 2B 3C 146 64 14
Octal 146 0 72 0 144 53 74 506 144 24
Binary 1100110 0 111010 0 1100100 101011 111100 101000110 1100100 10100

Color Harmonies of #66003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66003A

Black with #66003A

Text Example


Text Example

White with #66003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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