Html Css Color HEX #660933 Tyrian Purple

📋 copy color: '#660933'

red 102 ◦ green 9 ◦ blue 51

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

Shades of Tyrian Purple #660933

Tints of Tyrian Purple #660933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 62.96%
G = 5.56%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#660933 (or 0x660933) is known color: Tyrian Purple. HEX triplet: 66, 09 and 33. RGB value is (102,9,51). Sum of RGB (Red+Green+Blue) = 102+9+51=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660933 is #99F6CC. Grayscale: #292929. Windows color (decimal): -10090189 or 3344742. OLE color: 3344742.

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

Color convert

RGB 102 9 51 -
CMYK 0 0.91 0.5 0.6
HSL 332.9º 0.84% 0.22% -
HSV(B) 332.9º 0.91% 0.4% -
XYZ 6.17 3.26 3.44 -
YUV 41.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 102 9 51 0 0.91 0.5 0.6 332.9 0.84 0.22
Hex 66 9 33 0 5B 32 3C 14D 54 16
Octal 146 11 63 0 133 62 74 515 124 26
Binary 1100110 1001 110011 0 1011011 110010 111100 101001101 1010100 10110

Color Harmonies of #660933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660933

Black with #660933

Text Example


Text Example

White with #660933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660933; }

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

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

background-color css

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

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

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

border-color css

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

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

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