Html Css Color HEX #66013F Tyrian Purple

📋 copy color: '#66013F'

red 102 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #66013F

Tints of Tyrian Purple #66013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 61.45%
G = 0.6%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66013F (or 0x66013F) is known color: Tyrian Purple. HEX triplet: 66, 01 and 3F. RGB value is (102,1,63). Sum of RGB (Red+Green+Blue) = 102+1+63=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013F is #99FEC0. Grayscale: #262626. Windows color (decimal): -10092225 or 4129126. OLE color: 4129126.

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

Color convert

RGB 102 1 63 -
CMYK 0 0.99 0.38 0.6
HSL 323.17º 0.98% 0.2% -
HSV(B) 323.17º 0.99% 0.4% -
XYZ 6.39 3.21 4.98 -
YUV 38.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 102 1 63 0 0.99 0.38 0.6 323.17 0.98 0.2
Hex 66 1 3F 0 63 26 3C 143 62 14
Octal 146 1 77 0 143 46 74 503 142 24
Binary 1100110 1 111111 0 1100011 100110 111100 101000011 1100010 10100

Color Harmonies of #66013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66013F

Black with #66013F

Text Example


Text Example

White with #66013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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