Html Css Color HEX #660332 Tyrian Purple

📋 copy color: '#660332'

red 102 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #660332

Tints of Tyrian Purple #660332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 65.81%
G = 1.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#660332 (or 0x660332) is known color: Tyrian Purple. HEX triplet: 66, 03 and 32. RGB value is (102,3,50). Sum of RGB (Red+Green+Blue) = 102+3+50=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660332 is #99FCCD. Grayscale: #252525. Windows color (decimal): -10091726 or 3277670. OLE color: 3277670.

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

Color convert

RGB 102 3 50 -
CMYK 0 0.97 0.51 0.6
HSL 331.52º 0.94% 0.21% -
HSV(B) 331.52º 0.97% 0.4% -
XYZ 6.09 3.12 3.3 -
YUV 37.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 102 3 50 0 0.97 0.51 0.6 331.52 0.94 0.21
Hex 66 3 32 0 61 33 3C 14C 5E 15
Octal 146 3 62 0 141 63 74 514 136 25
Binary 1100110 11 110010 0 1100001 110011 111100 101001100 1011110 10101

Color Harmonies of #660332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660332

Black with #660332

Text Example


Text Example

White with #660332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660332; }

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

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

background-color css

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

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

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

border-color css

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

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

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