Html Css Color HEX #660335 Tyrian Purple

📋 copy color: '#660335'

red 102 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #660335

Tints of Tyrian Purple #660335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 64.56%
G = 1.9%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#660335 (or 0x660335) is known color: Tyrian Purple. HEX triplet: 66, 03 and 35. RGB value is (102,3,53). Sum of RGB (Red+Green+Blue) = 102+3+53=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660335 is #99FCCA. Grayscale: #262626. Windows color (decimal): -10091723 or 3474278. OLE color: 3474278.

HSL color Cylindrical-coordinate representation of color #660335: hue angle of 329.7º 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 #660335 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 53 -
CMYK 0 0.97 0.48 0.6
HSL 329.7º 0.94% 0.21% -
HSV(B) 329.7º 0.97% 0.4% -
XYZ 6.15 3.15 3.65 -
YUV 38.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 102 3 53 0 0.97 0.48 0.6 329.7 0.94 0.21
Hex 66 3 35 0 61 30 3C 14A 5E 15
Octal 146 3 65 0 141 60 74 512 136 25
Binary 1100110 11 110101 0 1100001 110000 111100 101001010 1011110 10101

Color Harmonies of #660335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660335

Black with #660335

Text Example


Text Example

White with #660335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660335; }

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

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

background-color css

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

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

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

border-color css

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

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

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