Html Css Color HEX #660434 Tyrian Purple

📋 copy color: '#660434'

red 102 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #660434

Tints of Tyrian Purple #660434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 64.56%
G = 2.53%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#660434 (or 0x660434) is known color: Tyrian Purple. HEX triplet: 66, 04 and 34. RGB value is (102,4,52). Sum of RGB (Red+Green+Blue) = 102+4+52=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660434 is #99FBCB. Grayscale: #262626. Windows color (decimal): -10091468 or 3408998. OLE color: 3408998.

HSL color Cylindrical-coordinate representation of color #660434: hue angle of 330.61º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660434 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 52 -
CMYK 0 0.96 0.49 0.6
HSL 330.61º 0.92% 0.21% -
HSV(B) 330.61º 0.96% 0.4% -
XYZ 6.14 3.16 3.53 -
YUV 38.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 102 4 52 0 0.96 0.49 0.6 330.61 0.92 0.21
Hex 66 4 34 0 60 31 3C 14B 5C 15
Octal 146 4 64 0 140 61 74 513 134 25
Binary 1100110 100 110100 0 1100000 110001 111100 101001011 1011100 10101

Color Harmonies of #660434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660434

Black with #660434

Text Example


Text Example

White with #660434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660434; }

 p { color: rgb(102,4,52); }

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

background-color css

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

 a { background-color: rgb(102,4,52); }

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

border-color css

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

 span { border-color: rgb(102,4,52); }

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