Html Css Color HEX #66093C Tyrian Purple

📋 copy color: '#66093C'

red 102 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #66093C

Tints of Tyrian Purple #66093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.09%

R = 59.65%
G = 5.26%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66093C (or 0x66093C) is known color: Tyrian Purple. HEX triplet: 66, 09 and 3C. RGB value is (102,9,60). Sum of RGB (Red+Green+Blue) = 102+9+60=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66093C is #99F6C3. Grayscale: #2A2A2A. Windows color (decimal): -10090180 or 3934566. OLE color: 3934566.

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

Color convert

RGB 102 9 60 -
CMYK 0 0.91 0.41 0.6
HSL 327.1º 0.84% 0.22% -
HSV(B) 327.1º 0.91% 0.4% -
XYZ 6.39 3.35 4.58 -
YUV 42.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 102 9 60 0 0.91 0.41 0.6 327.1 0.84 0.22
Hex 66 9 3C 0 5B 29 3C 147 54 16
Octal 146 11 74 0 133 51 74 507 124 26
Binary 1100110 1001 111100 0 1011011 101001 111100 101000111 1010100 10110

Color Harmonies of #66093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66093C

Black with #66093C

Text Example


Text Example

White with #66093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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