Html Css Color HEX #660830 Tyrian Purple

📋 copy color: '#660830'

red 102 ◦ green 8 ◦ blue 48

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

Shades of Tyrian Purple #660830

Tints of Tyrian Purple #660830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 64.56%
G = 5.06%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#660830 (or 0x660830) is known color: Tyrian Purple. HEX triplet: 66, 08 and 30. RGB value is (102,8,48). Sum of RGB (Red+Green+Blue) = 102+8+48=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660830 is #99F7CF. Grayscale: #282828. Windows color (decimal): -10090448 or 3147878. OLE color: 3147878.

HSL color Cylindrical-coordinate representation of color #660830: hue angle of 334.47º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660830 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 48 -
CMYK 0 0.92 0.53 0.6
HSL 334.47º 0.85% 0.22% -
HSV(B) 334.47º 0.92% 0.4% -
XYZ 6.1 3.21 3.09 -
YUV 40.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 102 8 48 0 0.92 0.53 0.6 334.47 0.85 0.22
Hex 66 8 30 0 5C 35 3C 14E 55 16
Octal 146 10 60 0 134 65 74 516 125 26
Binary 1100110 1000 110000 0 1011100 110101 111100 101001110 1010101 10110

Color Harmonies of #660830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660830

Black with #660830

Text Example


Text Example

White with #660830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660830; }

 p { color: rgb(102,8,48); }

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

background-color css

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

 a { background-color: rgb(102,8,48); }

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

border-color css

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

 span { border-color: rgb(102,8,48); }

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