Html Css Color HEX #66083A Tyrian Purple

📋 copy color: '#66083A'

red 102 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #66083A

Tints of Tyrian Purple #66083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 60.71%
G = 4.76%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#66083A (or 0x66083A) is known color: Tyrian Purple. HEX triplet: 66, 08 and 3A. RGB value is (102,8,58). Sum of RGB (Red+Green+Blue) = 102+8+58=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66083A is #99F7C5. Grayscale: #292929. Windows color (decimal): -10090438 or 3803238. OLE color: 3803238.

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

Color convert

RGB 102 8 58 -
CMYK 0 0.92 0.43 0.6
HSL 328.09º 0.85% 0.22% -
HSV(B) 328.09º 0.92% 0.4% -
XYZ 6.33 3.3 4.31 -
YUV 41.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 102 8 58 0 0.92 0.43 0.6 328.09 0.85 0.22
Hex 66 8 3A 0 5C 2B 3C 148 55 16
Octal 146 10 72 0 134 53 74 510 125 26
Binary 1100110 1000 111010 0 1011100 101011 111100 101001000 1010101 10110

Color Harmonies of #66083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66083A

Black with #66083A

Text Example


Text Example

White with #66083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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