Html Css Color HEX #66013E Tyrian Purple

📋 copy color: '#66013E'

red 102 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #66013E

Tints of Tyrian Purple #66013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.58%

R = 61.82%
G = 0.61%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#66013E (or 0x66013E) is known color: Tyrian Purple. HEX triplet: 66, 01 and 3E. RGB value is (102,1,62). Sum of RGB (Red+Green+Blue) = 102+1+62=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013E is #99FEC1. Grayscale: #262626. Windows color (decimal): -10092226 or 4063590. OLE color: 4063590.

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

Color convert

RGB 102 1 62 -
CMYK 0 0.99 0.39 0.6
HSL 323.76º 0.98% 0.2% -
HSV(B) 323.76º 0.99% 0.4% -
XYZ 6.36 3.19 4.84 -
YUV 38.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 102 1 62 0 0.99 0.39 0.6 323.76 0.98 0.2
Hex 66 1 3E 0 63 27 3C 144 62 14
Octal 146 1 76 0 143 47 74 504 142 24
Binary 1100110 1 111110 0 1100011 100111 111100 101000100 1100010 10100

Color Harmonies of #66013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66013E

Black with #66013E

Text Example


Text Example

White with #66013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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