Html Css Color HEX #660553 Tyrian Purple

📋 copy color: '#660553'

red 102 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #660553

Tints of Tyrian Purple #660553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 53.68%
G = 2.63%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#660553 (or 0x660553) is known color: Tyrian Purple. HEX triplet: 66, 05 and 53. RGB value is (102,5,83). Sum of RGB (Red+Green+Blue) = 102+5+83=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660553 is #99FAAC. Grayscale: #2A2A2A. Windows color (decimal): -10091181 or 5440870. OLE color: 5440870.

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

Color convert

RGB 102 5 83 -
CMYK 0 0.95 0.19 0.6
HSL 311.75º 0.91% 0.21% -
HSV(B) 311.75º 0.95% 0.4% -
XYZ 7.1 3.56 8.5 -
YUV 42.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 102 5 83 0 0.95 0.19 0.6 311.75 0.91 0.21
Hex 66 5 53 0 5F 13 3C 138 5B 15
Octal 146 5 123 0 137 23 74 470 133 25
Binary 1100110 101 1010011 0 1011111 10011 111100 100111000 1011011 10101

Color Harmonies of #660553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660553

Black with #660553

Text Example


Text Example

White with #660553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660553; }

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

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

background-color css

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

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

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

border-color css

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

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

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