Html Css Color HEX #66073D Tyrian Purple

📋 copy color: '#66073D'

red 102 ◦ green 7 ◦ blue 61

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

Shades of Tyrian Purple #66073D

Tints of Tyrian Purple #66073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 60%
G = 4.12%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66073D (or 0x66073D) is known color: Tyrian Purple. HEX triplet: 66, 07 and 3D. RGB value is (102,7,61). Sum of RGB (Red+Green+Blue) = 102+7+61=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #66073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66073D is #99F8C2. Grayscale: #292929. Windows color (decimal): -10090691 or 3999590. OLE color: 3999590.

HSL color Cylindrical-coordinate representation of color #66073D: hue angle of 325.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66073D is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 7 61 -
CMYK 0 0.93 0.40 0.6
HSL 325.89º 0.87% 0.21% -
HSV(B) 325.89º 0.93% 0.4% -
XYZ 6.4 3.31 4.72 -
YUV 41.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 102 7 61 0 0.93 0.40 0.6 325.89 0.87 0.21
Hex 66 7 3D 0 5D 28 3C 146 57 15
Octal 146 7 75 0 135 50 74 506 127 25
Binary 1100110 111 111101 0 1011101 101000 111100 101000110 1010111 10101

Color Harmonies of #66073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66073D

Black with #66073D

Text Example


Text Example

White with #66073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66073D; }

 p { color: rgb(102,7,61); }

 H1.HeaderClassName
 {
   color: #66073D;
 }
 .AnyTagClassName
 {
   color: #66073D;
 }
</style>

background-color css

<style>
 a { background-color: #66073D; }

 a { background-color: rgb(102,7,61); }

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

border-color css

<style>
 span { border-color: #66073D; }

 span { border-color: rgb(102,7,61); }

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