Html Css Color HEX #660435 Tyrian Purple

📋 copy color: '#660435'

red 102 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #660435

Tints of Tyrian Purple #660435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 64.15%
G = 2.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#660435 (or 0x660435) is known color: Tyrian Purple. HEX triplet: 66, 04 and 35. RGB value is (102,4,53). Sum of RGB (Red+Green+Blue) = 102+4+53=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660435 is #99FBCA. Grayscale: #262626. Windows color (decimal): -10091467 or 3474534. OLE color: 3474534.

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

Color convert

RGB 102 4 53 -
CMYK 0 0.96 0.48 0.6
HSL 330º 0.92% 0.21% -
HSV(B) 330º 0.96% 0.4% -
XYZ 6.17 3.17 3.65 -
YUV 38.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 102 4 53 0 0.96 0.48 0.6 330 0.92 0.21
Hex 66 4 35 0 60 30 3C 14A 5C 15
Octal 146 4 65 0 140 60 74 512 134 25
Binary 1100110 100 110101 0 1100000 110000 111100 101001010 1011100 10101

Color Harmonies of #660435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660435

Black with #660435

Text Example


Text Example

White with #660435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660435; }

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

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

background-color css

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

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

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

border-color css

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

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

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