Html Css Color HEX #660233 Tyrian Purple

📋 copy color: '#660233'

red 102 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #660233

Tints of Tyrian Purple #660233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 65.81%
G = 1.29%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#660233 (or 0x660233) is known color: Tyrian Purple. HEX triplet: 66, 02 and 33. RGB value is (102,2,51). Sum of RGB (Red+Green+Blue) = 102+2+51=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660233 is #99FDCC. Grayscale: #252525. Windows color (decimal): -10091981 or 3342950. OLE color: 3342950.

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

Color convert

RGB 102 2 51 -
CMYK 0 0.98 0.5 0.6
HSL 330.6º 0.96% 0.2% -
HSV(B) 330.6º 0.98% 0.4% -
XYZ 6.1 3.11 3.41 -
YUV 37.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 102 2 51 0 0.98 0.5 0.6 330.6 0.96 0.2
Hex 66 2 33 0 62 32 3C 14B 60 14
Octal 146 2 63 0 142 62 74 513 140 24
Binary 1100110 10 110011 0 1100010 110010 111100 101001011 1100000 10100

Color Harmonies of #660233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660233

Black with #660233

Text Example


Text Example

White with #660233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660233; }

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

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

background-color css

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

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

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

border-color css

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

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

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