Html Css Color HEX #66014F Tyrian Purple

📋 copy color: '#66014F'

red 102 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #66014F

Tints of Tyrian Purple #66014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 56.04%
G = 0.55%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66014F (or 0x66014F) is known color: Tyrian Purple. HEX triplet: 66, 01 and 4F. RGB value is (102,1,79). Sum of RGB (Red+Green+Blue) = 102+1+79=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66014F is #99FEB0. Grayscale: #272727. Windows color (decimal): -10092209 or 5177702. OLE color: 5177702.

HSL color Cylindrical-coordinate representation of color #66014F: hue angle of 313.66º 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 #66014F is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 79 -
CMYK 0 0.99 0.23 0.6
HSL 313.66º 0.98% 0.2% -
HSV(B) 313.66º 0.99% 0.4% -
XYZ 6.9 3.41 7.69 -
YUV 40.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 102 1 79 0 0.99 0.23 0.6 313.66 0.98 0.2
Hex 66 1 4F 0 63 17 3C 13A 62 14
Octal 146 1 117 0 143 27 74 472 142 24
Binary 1100110 1 1001111 0 1100011 10111 111100 100111010 1100010 10100

Color Harmonies of #66014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66014F

Black with #66014F

Text Example


Text Example

White with #66014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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