Html Css Color HEX #66093F Tyrian Purple

📋 copy color: '#66093F'

red 102 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #66093F

Tints of Tyrian Purple #66093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.21%

R = 58.62%
G = 5.17%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66093F (or 0x66093F) is known color: Tyrian Purple. HEX triplet: 66, 09 and 3F. RGB value is (102,9,63). Sum of RGB (Red+Green+Blue) = 102+9+63=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #66093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66093F is #99F6C0. Grayscale: #2A2A2A. Windows color (decimal): -10090177 or 4131174. OLE color: 4131174.

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

Color convert

RGB 102 9 63 -
CMYK 0 0.91 0.38 0.6
HSL 325.16º 0.84% 0.22% -
HSV(B) 325.16º 0.91% 0.4% -
XYZ 6.47 3.38 5.01 -
YUV 42.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 102 9 63 0 0.91 0.38 0.6 325.16 0.84 0.22
Hex 66 9 3F 0 5B 26 3C 145 54 16
Octal 146 11 77 0 133 46 74 505 124 26
Binary 1100110 1001 111111 0 1011011 100110 111100 101000101 1010100 10110

Color Harmonies of #66093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66093F

Black with #66093F

Text Example


Text Example

White with #66093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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