Html Css Color HEX #660334 Tyrian Purple

📋 copy color: '#660334'

red 102 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #660334

Tints of Tyrian Purple #660334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 64.97%
G = 1.91%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#660334 (or 0x660334) is known color: Tyrian Purple. HEX triplet: 66, 03 and 34. RGB value is (102,3,52). Sum of RGB (Red+Green+Blue) = 102+3+52=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660334 is #99FCCB. Grayscale: #262626. Windows color (decimal): -10091724 or 3408742. OLE color: 3408742.

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

Color convert

RGB 102 3 52 -
CMYK 0 0.97 0.49 0.6
HSL 330.3º 0.94% 0.21% -
HSV(B) 330.3º 0.97% 0.4% -
XYZ 6.13 3.14 3.53 -
YUV 38.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 102 3 52 0 0.97 0.49 0.6 330.3 0.94 0.21
Hex 66 3 34 0 61 31 3C 14A 5E 15
Octal 146 3 64 0 141 61 74 512 136 25
Binary 1100110 11 110100 0 1100001 110001 111100 101001010 1011110 10101

Color Harmonies of #660334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660334

Black with #660334

Text Example


Text Example

White with #660334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660334; }

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

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

background-color css

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

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

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

border-color css

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

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

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