Html Css Color HEX #660A38 Tyrian Purple

📋 copy color: '#660A38'

red 102 ◦ green 10 ◦ blue 56

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

Shades of Tyrian Purple #660A38

Tints of Tyrian Purple #660A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.95%

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

R = 60.71%
G = 5.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#660A38 (or 0x660A38) is known color: Tyrian Purple. HEX triplet: 66, 0A and 38. RGB value is (102,10,56). Sum of RGB (Red+Green+Blue) = 102+10+56=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A38 is #99F5C7. Grayscale: #2A2A2A. Windows color (decimal): -10089928 or 3672678. OLE color: 3672678.

HSL color Cylindrical-coordinate representation of color #660A38: hue angle of 330º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A38 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 10 56 -
CMYK 0 0.90 0.45 0.6
HSL 330º 0.82% 0.22% -
HSV(B) 330º 0.9% 0.4% -
XYZ 6.3 3.33 4.05 -
YUV 42.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 102 10 56 0 0.90 0.45 0.6 330 0.82 0.22
Hex 66 A 38 0 5A 2D 3C 14A 52 16
Octal 146 12 70 0 132 55 74 512 122 26
Binary 1100110 1010 111000 0 1011010 101101 111100 101001010 1010010 10110

Color Harmonies of #660A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A38

Black with #660A38

Text Example


Text Example

White with #660A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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