Html Css Color HEX #66063B Tyrian Purple

📋 copy color: '#66063B'

red 102 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #66063B

Tints of Tyrian Purple #66063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

 BLUE value IS 59 (23.44% from 255) = 35.33%

R = 61.08%
G = 3.59%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#66063B (or 0x66063B) is known color: Tyrian Purple. HEX triplet: 66, 06 and 3B. RGB value is (102,6,59). Sum of RGB (Red+Green+Blue) = 102+6+59=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66063B is #99F9C4. Grayscale: #282828. Windows color (decimal): -10090949 or 3868262. OLE color: 3868262.

HSL color Cylindrical-coordinate representation of color #66063B: hue angle of 326.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66063B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 59 -
CMYK 0 0.94 0.42 0.6
HSL 326.88º 0.89% 0.21% -
HSV(B) 326.88º 0.94% 0.4% -
XYZ 6.33 3.27 4.44 -
YUV 40.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 102 6 59 0 0.94 0.42 0.6 326.88 0.89 0.21
Hex 66 6 3B 0 5E 2A 3C 147 59 15
Octal 146 6 73 0 136 52 74 507 131 25
Binary 1100110 110 111011 0 1011110 101010 111100 101000111 1011001 10101

Color Harmonies of #66063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66063B

Black with #66063B

Text Example


Text Example

White with #66063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,6,59); }

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

background-color css

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

 a { background-color: rgb(102,6,59); }

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

border-color css

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

 span { border-color: rgb(102,6,59); }

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