Html Css Color HEX #66013D Tyrian Purple

📋 copy color: '#66013D'

red 102 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #66013D

Tints of Tyrian Purple #66013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.2%

R = 62.2%
G = 0.61%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66013D (or 0x66013D) is known color: Tyrian Purple. HEX triplet: 66, 01 and 3D. RGB value is (102,1,61). Sum of RGB (Red+Green+Blue) = 102+1+61=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013D is #99FEC2. Grayscale: #252525. Windows color (decimal): -10092227 or 3998054. OLE color: 3998054.

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

Color convert

RGB 102 1 61 -
CMYK 0 0.99 0.40 0.6
HSL 324.36º 0.98% 0.2% -
HSV(B) 324.36º 0.99% 0.4% -
XYZ 6.33 3.18 4.7 -
YUV 38.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 102 1 61 0 0.99 0.40 0.6 324.36 0.98 0.2
Hex 66 1 3D 0 63 28 3C 144 62 14
Octal 146 1 75 0 143 50 74 504 142 24
Binary 1100110 1 111101 0 1100011 101000 111100 101000100 1100010 10100

Color Harmonies of #66013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66013D

Black with #66013D

Text Example


Text Example

White with #66013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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