Html Css Color HEX #66063C Tyrian Purple

📋 copy color: '#66063C'

red 102 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #66063C

Tints of Tyrian Purple #66063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 60.71%
G = 3.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66063C (or 0x66063C) is known color: Tyrian Purple. HEX triplet: 66, 06 and 3C. RGB value is (102,6,60). Sum of RGB (Red+Green+Blue) = 102+6+60=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66063C is #99F9C3. Grayscale: #282828. Windows color (decimal): -10090948 or 3933798. OLE color: 3933798.

HSL color Cylindrical-coordinate representation of color #66063C: hue angle of 326.25º 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 #66063C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 60 -
CMYK 0 0.94 0.41 0.6
HSL 326.25º 0.89% 0.21% -
HSV(B) 326.25º 0.94% 0.4% -
XYZ 6.36 3.28 4.57 -
YUV 40.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 102 6 60 0 0.94 0.41 0.6 326.25 0.89 0.21
Hex 66 6 3C 0 5E 29 3C 146 59 15
Octal 146 6 74 0 136 51 74 506 131 25
Binary 1100110 110 111100 0 1011110 101001 111100 101000110 1011001 10101

Color Harmonies of #66063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66063C

Black with #66063C

Text Example


Text Example

White with #66063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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