Html Css Color HEX #660038 Tyrian Purple

📋 copy color: '#660038'

red 102 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #660038

Tints of Tyrian Purple #660038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.56%
G = 0%
B = 35.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#660038 (or 0x660038) is known color: Tyrian Purple. HEX triplet: 66, 00 and 38. RGB value is (102,0,56). Sum of RGB (Red+Green+Blue) = 102+0+56=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660038 is #99FFC7. Grayscale: #242424. Windows color (decimal): -10092488 or 3670118. OLE color: 3670118.

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

Color convert

RGB 102 0 56 -
CMYK 0 1 0.45 0.6
HSL 327.06º 1% 0.2% -
HSV(B) 327.06º 1% 0.4% -
XYZ 6.19 3.11 4.02 -
YUV 36.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 102 0 56 0 1 0.45 0.6 327.06 1 0.2
Hex 66 0 38 0 64 2D 3C 147 64 14
Octal 146 0 70 0 144 55 74 507 144 24
Binary 1100110 0 111000 0 1100100 101101 111100 101000111 1100100 10100

Color Harmonies of #660038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660038

Black with #660038

Text Example


Text Example

White with #660038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660038; }

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

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

background-color css

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

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

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

border-color css

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

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

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