Html Css Color HEX #660633 Tyrian Purple

📋 copy color: '#660633'

red 102 ◦ green 6 ◦ blue 51

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

Shades of Tyrian Purple #660633

Tints of Tyrian Purple #660633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 64.15%
G = 3.77%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#660633 (or 0x660633) is known color: Tyrian Purple. HEX triplet: 66, 06 and 33. RGB value is (102,6,51). Sum of RGB (Red+Green+Blue) = 102+6+51=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660633 is #99F9CC. Grayscale: #272727. Windows color (decimal): -10090957 or 3343974. OLE color: 3343974.

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

Color convert

RGB 102 6 51 -
CMYK 0 0.94 0.5 0.6
HSL 331.88º 0.89% 0.21% -
HSV(B) 331.88º 0.94% 0.4% -
XYZ 6.14 3.19 3.42 -
YUV 39.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 102 6 51 0 0.94 0.5 0.6 331.88 0.89 0.21
Hex 66 6 33 0 5E 32 3C 14C 59 15
Octal 146 6 63 0 136 62 74 514 131 25
Binary 1100110 110 110011 0 1011110 110010 111100 101001100 1011001 10101

Color Harmonies of #660633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660633

Black with #660633

Text Example


Text Example

White with #660633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660633; }

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

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

background-color css

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

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

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

border-color css

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

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

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