Html Css Color HEX #66014D Tyrian Purple

📋 copy color: '#66014D'

red 102 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #66014D

Tints of Tyrian Purple #66014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 56.67%
G = 0.56%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66014D (or 0x66014D) is known color: Tyrian Purple. HEX triplet: 66, 01 and 4D. RGB value is (102,1,77). Sum of RGB (Red+Green+Blue) = 102+1+77=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66014D is #99FEB2. Grayscale: #272727. Windows color (decimal): -10092211 or 5046630. OLE color: 5046630.

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

Color convert

RGB 102 1 77 -
CMYK 0 0.99 0.25 0.6
HSL 314.85º 0.98% 0.2% -
HSV(B) 314.85º 0.99% 0.4% -
XYZ 6.83 3.38 7.31 -
YUV 39.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 102 1 77 0 0.99 0.25 0.6 314.85 0.98 0.2
Hex 66 1 4D 0 63 19 3C 13B 62 14
Octal 146 1 115 0 143 31 74 473 142 24
Binary 1100110 1 1001101 0 1100011 11001 111100 100111011 1100010 10100

Color Harmonies of #66014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66014D

Black with #66014D

Text Example


Text Example

White with #66014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66014D; }

 p { color: rgb(102,1,77); }

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

background-color css

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

 a { background-color: rgb(102,1,77); }

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

border-color css

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

 span { border-color: rgb(102,1,77); }

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