Html Css Color HEX #66053B Tyrian Purple

📋 copy color: '#66053B'

red 102 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #66053B

Tints of Tyrian Purple #66053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 61.45%
G = 3.01%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#66053B (or 0x66053B) is known color: Tyrian Purple. HEX triplet: 66, 05 and 3B. RGB value is (102,5,59). Sum of RGB (Red+Green+Blue) = 102+5+59=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66053B is #99FAC4. Grayscale: #282828. Windows color (decimal): -10091205 or 3868006. OLE color: 3868006.

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

Color convert

RGB 102 5 59 -
CMYK 0 0.95 0.42 0.6
HSL 326.6º 0.91% 0.21% -
HSV(B) 326.6º 0.95% 0.4% -
XYZ 6.32 3.25 4.43 -
YUV 40.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 102 5 59 0 0.95 0.42 0.6 326.6 0.91 0.21
Hex 66 5 3B 0 5F 2A 3C 147 5B 15
Octal 146 5 73 0 137 52 74 507 133 25
Binary 1100110 101 111011 0 1011111 101010 111100 101000111 1011011 10101

Color Harmonies of #66053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66053B

Black with #66053B

Text Example


Text Example

White with #66053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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