Html Css Color HEX #661035 Tyrian Purple

📋 copy color: '#661035'

red 102 ◦ green 16 ◦ blue 53

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

Shades of Tyrian Purple #661035

Tints of Tyrian Purple #661035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 59.65%
G = 9.36%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#661035 (or 0x661035) is known color: Tyrian Purple. HEX triplet: 66, 10 and 35. RGB value is (102,16,53). Sum of RGB (Red+Green+Blue) = 102+16+53=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661035 is #99EFCA. Grayscale: #2D2D2D. Windows color (decimal): -10088395 or 3477606. OLE color: 3477606.

HSL color Cylindrical-coordinate representation of color #661035: hue angle of 334.19º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661035 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 53 -
CMYK 0 0.84 0.48 0.6
HSL 334.19º 0.73% 0.23% -
HSV(B) 334.19º 0.84% 0.4% -
XYZ 6.31 3.45 3.7 -
YUV 45.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 102 16 53 0 0.84 0.48 0.6 334.19 0.73 0.23
Hex 66 10 35 0 54 30 3C 14E 49 17
Octal 146 20 65 0 124 60 74 516 111 27
Binary 1100110 10000 110101 0 1010100 110000 111100 101001110 1001001 10111

Color Harmonies of #661035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661035

Black with #661035

Text Example


Text Example

White with #661035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661035; }

 p { color: rgb(102,16,53); }

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

background-color css

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

 a { background-color: rgb(102,16,53); }

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

border-color css

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

 span { border-color: rgb(102,16,53); }

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