Html Css Color HEX #660528 Tyrian Purple

📋 copy color: '#660528'

red 102 ◦ green 5 ◦ blue 40

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

Shades of Tyrian Purple #660528

Tints of Tyrian Purple #660528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 69.39%
G = 3.4%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#660528 (or 0x660528) is known color: Tyrian Purple. HEX triplet: 66, 05 and 28. RGB value is (102,5,40). Sum of RGB (Red+Green+Blue) = 102+5+40=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660528 is #99FAD7. Grayscale: #252525. Windows color (decimal): -10091224 or 2622822. OLE color: 2622822.

HSL color Cylindrical-coordinate representation of color #660528: hue angle of 338.35º 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 #660528 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 40 -
CMYK 0 0.95 0.61 0.6
HSL 338.35º 0.91% 0.21% -
HSV(B) 338.35º 0.95% 0.4% -
XYZ 5.92 3.09 2.29 -
YUV 37.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 102 5 40 0 0.95 0.61 0.6 338.35 0.91 0.21
Hex 66 5 28 0 5F 3D 3C 152 5B 15
Octal 146 5 50 0 137 75 74 522 133 25
Binary 1100110 101 101000 0 1011111 111101 111100 101010010 1011011 10101

Color Harmonies of #660528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660528

Black with #660528

Text Example


Text Example

White with #660528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660528; }

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

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

background-color css

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

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

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

border-color css

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

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

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