Html Css Color HEX #660938 Tyrian Purple

📋 copy color: '#660938'

red 102 ◦ green 9 ◦ blue 56

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

Shades of Tyrian Purple #660938

Tints of Tyrian Purple #660938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 61.08%
G = 5.39%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#660938 (or 0x660938) is known color: Tyrian Purple. HEX triplet: 66, 09 and 38. RGB value is (102,9,56). Sum of RGB (Red+Green+Blue) = 102+9+56=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #660938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660938 is #99F6C7. Grayscale: #2A2A2A. Windows color (decimal): -10090184 or 3672422. OLE color: 3672422.

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

Color convert

RGB 102 9 56 -
CMYK 0 0.91 0.45 0.6
HSL 329.68º 0.84% 0.22% -
HSV(B) 329.68º 0.91% 0.4% -
XYZ 6.29 3.31 4.05 -
YUV 42.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 102 9 56 0 0.91 0.45 0.6 329.68 0.84 0.22
Hex 66 9 38 0 5B 2D 3C 14A 54 16
Octal 146 11 70 0 133 55 74 512 124 26
Binary 1100110 1001 111000 0 1011011 101101 111100 101001010 1010100 10110

Color Harmonies of #660938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660938

Black with #660938

Text Example


Text Example

White with #660938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660938; }

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

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

background-color css

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

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

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

border-color css

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

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

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