Html Css Color HEX #66082B Tyrian Purple

📋 copy color: '#66082B'

red 102 ◦ green 8 ◦ blue 43

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

Shades of Tyrian Purple #66082B

Tints of Tyrian Purple #66082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 66.67%
G = 5.23%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66082B (or 0x66082B) is known color: Tyrian Purple. HEX triplet: 66, 08 and 2B. RGB value is (102,8,43). Sum of RGB (Red+Green+Blue) = 102+8+43=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66082B is #99F7D4. Grayscale: #282828. Windows color (decimal): -10090453 or 2820198. OLE color: 2820198.

HSL color Cylindrical-coordinate representation of color #66082B: hue angle of 337.66º 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 #66082B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 43 -
CMYK 0 0.92 0.58 0.6
HSL 337.66º 0.85% 0.22% -
HSV(B) 337.66º 0.92% 0.4% -
XYZ 6 3.17 2.58 -
YUV 40.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 102 8 43 0 0.92 0.58 0.6 337.66 0.85 0.22
Hex 66 8 2B 0 5C 3A 3C 152 55 16
Octal 146 10 53 0 134 72 74 522 125 26
Binary 1100110 1000 101011 0 1011100 111010 111100 101010010 1010101 10110

Color Harmonies of #66082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66082B

Black with #66082B

Text Example


Text Example

White with #66082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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