Html Css Color HEX #660C3E Tyrian Purple

📋 copy color: '#660C3E'

red 102 ◦ green 12 ◦ blue 62

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

Shades of Tyrian Purple #660C3E

Tints of Tyrian Purple #660C3E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.82%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 57.95%
G = 6.82%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#660C3E (or 0x660C3E) is known color: Tyrian Purple. HEX triplet: 66, 0C and 3E. RGB value is (102,12,62). Sum of RGB (Red+Green+Blue) = 102+12+62=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C3E is #99F3C1. Grayscale: #2C2C2C. Windows color (decimal): -10089410 or 4066406. OLE color: 4066406.

HSL color Cylindrical-coordinate representation of color #660C3E: hue angle of 326.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C3E is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 12 62 -
CMYK 0 0.88 0.39 0.6
HSL 326.67º 0.79% 0.22% -
HSV(B) 326.67º 0.88% 0.4% -
XYZ 6.48 3.44 4.88 -
YUV 44.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 102 12 62 0 0.88 0.39 0.6 326.67 0.79 0.22
Hex 66 C 3E 0 58 27 3C 147 4F 16
Octal 146 14 76 0 130 47 74 507 117 26
Binary 1100110 1100 111110 0 1011000 100111 111100 101000111 1001111 10110

Color Harmonies of #660C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C3E

Black with #660C3E

Text Example


Text Example

White with #660C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660C3E; }

 p { color: rgb(102,12,62); }

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

background-color css

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

 a { background-color: rgb(102,12,62); }

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

border-color css

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

 span { border-color: rgb(102,12,62); }

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