Html Css Color HEX #660333 Tyrian Purple

📋 copy color: '#660333'

red 102 ◦ green 3 ◦ blue 51

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

Shades of Tyrian Purple #660333

Tints of Tyrian Purple #660333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.69%

R = 65.38%
G = 1.92%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#660333 (or 0x660333) is known color: Tyrian Purple. HEX triplet: 66, 03 and 33. RGB value is (102,3,51). Sum of RGB (Red+Green+Blue) = 102+3+51=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #660333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660333 is #99FCCC. Grayscale: #252525. Windows color (decimal): -10091725 or 3343206. OLE color: 3343206.

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

Color convert

RGB 102 3 51 -
CMYK 0 0.97 0.5 0.6
HSL 330.91º 0.94% 0.21% -
HSV(B) 330.91º 0.97% 0.4% -
XYZ 6.11 3.13 3.41 -
YUV 38.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 102 3 51 0 0.97 0.5 0.6 330.91 0.94 0.21
Hex 66 3 33 0 61 32 3C 14B 5E 15
Octal 146 3 63 0 141 62 74 513 136 25
Binary 1100110 11 110011 0 1100001 110010 111100 101001011 1011110 10101

Color Harmonies of #660333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660333

Black with #660333

Text Example


Text Example

White with #660333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660333; }

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

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

background-color css

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

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

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

border-color css

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

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

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